An open API service indexing awesome lists of open source software.

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

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`)