mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
3e3df6df75
commit
e2379755d6
@ -41,14 +41,36 @@ npm install
|
||||
|
||||
{% tabs %}
|
||||
{% tab title="Yarn" %}
|
||||
#### Development
|
||||
|
||||
```bash
|
||||
yarn start
|
||||
npm run dev
|
||||
```
|
||||
|
||||
#### Production
|
||||
|
||||
```bash
|
||||
# you will need to build the app first (done while building the docker image)
|
||||
npm run build
|
||||
# run after build (dist folder must exist)
|
||||
npm run startnpm run start
|
||||
```
|
||||
{% endtab %}
|
||||
|
||||
{% tab title="NPM" %}
|
||||
#### Development
|
||||
|
||||
```bash
|
||||
npm start
|
||||
yarn run dev
|
||||
```
|
||||
|
||||
#### Production
|
||||
|
||||
```bash
|
||||
# you will need to build the app first (done while building the docker image)
|
||||
yarn run build
|
||||
# run after build (dist folder must exist)
|
||||
yarn run start
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user