🚩 This project is archived! 🚩
This was my first real Node.js project when I was 12. However, I didn't really have enough experience to keep developing it so it's only kept online for the legacy.
You will need the following things properly installed on your computer.
npm install -g mocha
(if you wish to run tests)git clone https://github.com/kognise/blaggy.git
cd blaggy
npm install
npm run setup
(only the first time)npm start
- Your instance will be at localhost:3000.
npm test