Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (38 loc) · 1.87 KB

README.md

File metadata and controls

44 lines (38 loc) · 1.87 KB

Switchblade's official website, made with Bulma and Vue.js.

Made with Bulma
Discord Server

Setting up a development environment

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!