0. Fork the repository (You don't have to do this if you're part of our organization)
1. Clone your fork
git clone https://github.com/<your github username>/bladey-web
cd bladey-web
2. Install all the dependencies with NPM
npm install
3. Build and serve!
npm run start
4. Install Dependencies
npm install
5. Run
npm run start-dev
After this, just start the website instance and you're done!