A Simple Forum is being rewritten using NodeJS. This code will remain here as a backup only. You can view the new project in its own repository asimpleforum-node
A Simple Forum uses GruntJS to detect errors within Javascript files. Simply install Grunt through NPM using:
npm install -g grunt-cli
Or you can cd into the root directory of the forum and run
npm install
Now you can run the watch task from the command line to automatically watch JS files for changes.
grunt watch
To contribute to A Simple Forum:
fork
the repo- add your changes
- submit a
pull request