- Node.JS and NPM
- git
- Node Version Manager (nvm)
- mysql/mariadb
To get needed repositories and applications:
- Clone the following repos in the directory where you want the project to live (use code snippet below):
git clone [email protected]:penske-media-corp/code-review-bot.git - Go into the code-review-bot directory (ie.
cd code-review-bot). All instructions below will assume that you are in this directory. - Copy
.env.exampleto.envand edit the API & Secret key variable.- Make sure the mysql/mariadb service is up and running.
- Install the nodejs packages & setup the database schemas for the first time:
nvm install && npm run dev-once - Start the local development environment
./dev.sh