These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/nrgapple/excalidraw.git
Command | Description |
---|---|
npm install |
Install the dependencies |
npm start |
Run the project |
npm run fix |
Reformat all files with Prettier |
npm run test:code |
Test for formatting with Prettier |
npm run test:app |
Test the app |
npm run test |
Run all tests |