website public
1.0.0
The main C4Coin Public facing website, providing sales, marketing, and public relations information.
develop
— [insert codecov badge]master
— [insert codecov badge]Q: Will the CMS control only the blog, or being able to reorganise the entire site?
Comments: This site is relatively simple because there are no public user accounts, only internal.
nvm
to manage Node versions — brew install nvm
.)After cloning this repository, there are only two steps needed to run the the website locally.
npm install
.env
file in the root folder, and setting it's contents to the c4coin .env confluence filenpm install
npm test
or with code coverage
npm run test:cov
npm run lint
The site will be deployed automatically to netlify once CircleCI has cleared a merge to either develop
(staging server) or master
(production).
Please see the contributing notes.