https://github.com/wonderfall/jvforum
Client for jeuxvideo.com forums
https://github.com/wonderfall/jvforum
Last synced: 9 months ago
JSON representation
Client for jeuxvideo.com forums
- Host: GitHub
- URL: https://github.com/wonderfall/jvforum
- Owner: Wonderfall
- Created: 2016-05-28T15:10:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T15:24:53.000Z (about 10 years ago)
- Last Synced: 2025-09-13T00:06:05.465Z (9 months ago)
- Language: CSS
- Size: 44.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JVForum
### Dépendances
- node v6.2.*
- npm
### Installation et lancement
Depuis la racine du dépôt :
* `npm install`
* `cp config/example.js config/development.js`
* `npm start`
Ouvrez ensuite . Ce domaine pointe vers localhost et permet d’utiliser le captcha de JVC.
### Debug
Utilisez `DEBUG=jvforum:*` pour afficher les logs de debug :
* `DEBUG=jvforum:* npm start` (sous Windows: `set DEBUG=jvforum:* & npm start`)