- Clone this repository into a local directory.
- Make sure you have yarn installed. To install yarn, have NodeJS (v16) installed and run
npm install -g yarn
. - Run
yarn install --frozen-lockfile
. - To start a development server, run
yarn dev
.
When creating branches, they should be prefixed with your GitHub username and a slash, followed by a meaningful but concise name.
Example: username/kudosapi