Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 328 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 328 Bytes

Blue Division

A web interface for a Blue division members profile.

Requirements

node.js

Instructions to run

Open the terminal and run:

npm install

or, if you use yarn

yarn install

After finishing installing dependencies

npm run start:dev

or

yarn start:dev