mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update Prettier scripts and supported files (#402)
This commit is contained in:
parent
03e4a70be2
commit
86eadf379d
7 changed files with 202 additions and 128 deletions
21
README.md
21
README.md
|
@ -32,23 +32,22 @@ Go to https://www.excalidraw.com to start sketching
|
|||
|
||||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
|
||||
|
||||
Clone the repo
|
||||
#### Clone the repo
|
||||
|
||||
```bash
|
||||
git clone https://github.com/excalidraw/excalidraw.git
|
||||
```
|
||||
|
||||
Install all the dependencies
|
||||
#### Commands
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
Run the project
|
||||
|
||||
```bash
|
||||
npm run start
|
||||
```
|
||||
| Command | Description |
|
||||
| ------------------- | --------------------------------- |
|
||||
| `npm install` | Install the dependencies |
|
||||
| `npm run 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 |
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue