update readme
All checks were successful
deploy / deploy (push) Successful in 47s

This commit is contained in:
Lee 2023-10-18 06:13:23 +01:00
parent c4b8354b36
commit 52e71839c0

@ -9,11 +9,11 @@ Just go to [ssr.fascinated.cc](https://ssr.fascinated.cc)
### Install the dependencies ### Install the dependencies
```bash ```bash
yarn install npm install
``` ```
### Start the dev environment ### Start the dev environment
```bash ```bash
yarn dev npm run dev
``` ```