Uses react, react-router, redux and Phenomic under the hood.
This site is 100% serverless! Wooooooo!
$ npm install
Next you will need to change the .env.sample
to .env
and input the correct credentials.
Serverless folks our credentials are in 1password secure note in Shared titled: 'Site .env settings'
Once the .env file is configured with the correct API keys you can run the local site.
$ npm start
$ npm run build
We are using netlify to distribute the site. It pushes any changes made to the master
branch to the live serverless.com site.
So, whenever making changes to the site, it's important to do those on branches and submit a pull request for us to merge into master.
Make sure npm run build
works locally or the build in netlify's CI/CD will fail and the updates won't be visible on the site.