To run the application locally, you first have to install gatsby-cli
:
npm i -g gatsby-cli
And inside the project directory, install the dependencies:
npm i
Start the local development server with the command below:
gatsby develop
Cheatsheets are written in markdown files. All the cheatsheets should be stored within the cheatsheets/
directory.