To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/CrazyCheatsheetApp/CheatsheetWebApp.git
- Install dependencies
yarn install
- Run the webapp locally
yarn start
Static files ready to be deployed can be generated with yarn build. The contents of the build folder can then be served from any static file server configured to always serve index.html.
Distributed under the MIT License. See LICENSE for more information.
