It is pretty easy to get cmpct.io running, please get in touch if you have any trouble.
- You need a few things on your machine to work with cmpct.io
- Git - To clone and work with branches
- Fork of this repo - So you can submit PR's
- NodeJS - Version 14
- yarn - To install packages and run the website
- IDE - Any modern IDE should be fine, we use vscode
- With the code open in your IDE, open a terminal and run the following commands
yarn
- To install the dependenciesyarn dev
- To start the website- Now you can visit the website, hosted at localhost:3000
- When you run the website locally you will not be hooked up to the API, a local instance needs to be stood up.