An open source blog, designed to be a "plug and play" solution for ButterCMS
. Written using React and Go.
- Go (version >=
1.11.5
) - create-react-app (version >=
1.5.2
) - A butterCMS account
- Add your ButterCMS and BasicAuth information to
server > config > config.json
- Add your Server BasicAuth credentials to
frontend > .env
- Run the
run.sh
script in theserver
directory - Run
npm start
in thefrontend
directory
- Run the
build.sh
script in theserver
directory. This will create abuild
folder with the compiled versions. - Run
npm run build
in thefrontend
directory. This will create abuild
folder with the optimised production ready code.