VueTorrent/README.md

15 lines
227 B
Markdown
Raw Normal View History

2019-04-16 08:30:17 +02:00
# Vuetorrent
2019-04-15 16:50:38 +02:00
## Project setup
```
2019-04-16 08:30:17 +02:00
- development
2019-04-15 16:50:38 +02:00
2019-04-16 08:30:17 +02:00
npm install & npm run serve
2019-04-15 16:50:38 +02:00
2019-04-16 08:30:17 +02:00
- production
2019-04-15 16:50:38 +02:00
2019-04-16 08:30:17 +02:00
npm install & npm run build
then copy dist to server/dist
rename config.example.json to config.json
run node server/src/server.js
```