Skip to content

Commit

Permalink
docs: add test script in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenrui committed Feb 26, 2024
1 parent 8f9d6b1 commit db3a520
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
To setup MiniJS in your local machine, you can do the following:

1. Clone the [repository](https://github.com/Group-One-Technology/minijs).
2. Run `npm install` to install dependencies.
3. Run `npm run build` to create the `dist` folder -> output for MiniJS.
4. Run `npm run dev` to run the demo page locally.
5. Run `npm run build-watch` on another terminal to build the code whenever the Mini.js code changes.
2. Run `yarn` to install dependencies.
3. Run `yarn build` to create the `dist` folder -> output for MiniJS.
4. Run `yarn dev` to run the demo page locally.
5. Run `yarn build-watch` on another terminal to build the code whenever the Mini.js code changes.
6. Run `yarn test` to run the tests.

## The Idea

Expand Down

0 comments on commit db3a520

Please sign in to comment.