mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
updated readme
This commit is contained in:
parent
43fbb5bc96
commit
6cf21c1876
14
README.md
14
README.md
@ -6,15 +6,22 @@
|
||||
|
||||
## Build Setup
|
||||
|
||||
### Install
|
||||
``` bash
|
||||
# install dependencies
|
||||
# install all dependencies
|
||||
$ yarn install
|
||||
```
|
||||
|
||||
### Development
|
||||
``` bash
|
||||
# serve with hot reload at localhost:3000
|
||||
$ yarn run dev
|
||||
$ yarn dev
|
||||
```
|
||||
|
||||
### Build for production
|
||||
``` bash
|
||||
# build for production and launch server
|
||||
$ yarn run build
|
||||
$ yarn build
|
||||
$ yarn start
|
||||
```
|
||||
|
||||
@ -25,7 +32,6 @@ All reusable Components (for example avatar) should be done inside the styleguid
|
||||

|
||||
|
||||
### To show the styleguide
|
||||
|
||||
``` bash
|
||||
$ yarn styleguide
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user