1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-31 03:50:11 +02:00

Update README.md

This commit is contained in:
Muhammad Fauzan
2022-06-26 16:48:34 +07:00
committed by GitHub
parent a153617189
commit 6878189013

View File

@@ -58,11 +58,13 @@ Read the [documentation page](https://getstisla.com/docs) for more information o
## Development Steps
1. Clone the repo: `git clone https://github.com/stisla/stisla.git` to your local path
2. Make sure you have [yarn](https://yarnpkg.com) installed to your machine
3. Run the `yarn` command to install production dependencies
4. Run the `yarn dist` command to build `pages/` directory
5. Run the `yarn dev` command to start developing
1. Clone the repo: `git clone https://github.com/stisla/stisla.git` to your local path.
2. Make sure you have [yarn](https://yarnpkg.com) installed to your machine.
3. Run the `yarn` command to install development dependencies.
4. Run the `yarn dist` command to build `pages/` directory.
5. Run the `yarn dev` command to start developing.
⚠️ For production use, it's recommended to reinstall your packages with `yarn install --prod` after building `/pages` with `yarn dist`.
## Roadmap