Updated readme

pull/1/head
Antonio De Lucreziis 2 years ago
parent ddad7fe746
commit 4dc535c997

@ -4,30 +4,21 @@ Sito con una bacheca di problemi e la possibilità di inviare soluzioni in markd
## 1. Setup
- Server
Installare tutte le dipendenze con il package manager preferito di turno (ed in tal caso sostituire `npm` con ad esempio `pnpm` o `yarn`)
```bash shell
$ pnpm install
```
- Frontend
```bash shell
$ cd frontend
$ pnpm install
```
```bash shell
$ npm install
```
## 2. Development
- Server
```bash shell
$ node main.js
```
```bash shell
$ npm run dev
```
- Frontend
## 2. Production
```bash shell
$ cd frontend
$ pnpm run dev
```
```bash shell
$ npm run build
$ npm run serve
```

Loading…
Cancel
Save