🚩 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.gitcd blaggynpm install
npm run setup(only the first time)npm start- Your instance will be at localhost:3000.
npm test