mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Update README.md
This commit is contained in:
parent
aff137ff65
commit
4630b28cfb
10
README.md
10
README.md
@ -42,9 +42,9 @@ We have official public services that you can find on these platforms!
|
|||||||
### Prerequisites
|
### Prerequisites
|
||||||
For local development you will need to have installed some tools:
|
For local development you will need to have installed some tools:
|
||||||
|
|
||||||
- Install Node.js (v18 or higher) [manualy](https://nodejs.org/en/download/) or use [nvm](https://github.com/nvm-sh/nvm) tool.
|
- Install Node.js (v18 or higher) [manualy](https://nodejs.org/en/download/) or use [nvm](https://github.com/nvm-sh/nvm) tool (or similar tools).
|
||||||
|
|
||||||
- (Recomended) Install [Yarn](https://yarnpkg.com/getting-started/install) package manager.
|
- (Recomended) Use [npm](https://docs.npmjs.com/cli/v11/configuring-npm/install) package manager.
|
||||||
|
|
||||||
- (Optional) Install [Docker](https://docs.docker.com/get-docker/), used for building and deployment.
|
- (Optional) Install [Docker](https://docs.docker.com/get-docker/), used for building and deployment.
|
||||||
|
|
||||||
@ -56,13 +56,13 @@ git clone --recurse-submodules https://github.com/ragestudio/comty && cd comty
|
|||||||
|
|
||||||
- Installing all dependencies
|
- Installing all dependencies
|
||||||
```shell
|
```shell
|
||||||
yarn install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Starting the development server
|
### Starting the development server
|
||||||
- You can use the command `yarn dev` to start all development servers.
|
- You can use the command `npm run dev` to start all development servers.
|
||||||
```shell
|
```shell
|
||||||
yarn dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🧑💻 Status
|
## 🧑💻 Status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user