https://github.com/joakin/freeboard
public anonymous post board forum
https://github.com/joakin/freeboard
Last synced: about 1 year ago
JSON representation
public anonymous post board forum
- Host: GitHub
- URL: https://github.com/joakin/freeboard
- Owner: joakin
- Created: 2014-11-15T18:31:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T16:29:33.000Z (over 9 years ago)
- Last Synced: 2025-02-18T19:55:57.644Z (over 1 year ago)
- Language: CSS
- Size: 717 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# duckingboard

A public forum, anonymous and with no registration
Written in node.js
```
npm install # install all dependencies
npm start # start the server
npm run watch # start the server in dev mode (auto reload, requires nodemon)
```
~~Example at [duckingboard.com](http://duckingboard.com)~~