Built on NextJS + NetlifyCMS.
- Install Node and npm (or yarn).
- Clone repo && run
npm install
. - To run locally, run
npm run dev
.
NetlifyCMS is entirely controlled by public/admin/config.yml
. More info at NetlifyCMS.org.
NextJS docs can be found at ZEIT.co.
Backendless - use Netlify Functions (Node/Go) or AWS Lambda for strictly server-side logic (not needed for website, needed for application process).