Galactic Squads
Battle Station Setup
Recommended VS Code Plugins
Project Setup
- Clone the repository by executing
git clone https://github.com/EisenbergEffect/galactic-squads.git
. - Install the dependencies in the project folder by executing
npm install
.
Development
To run the app in dev mode with file change watching and browser auto-refresh, execute npm run dev
.
Build
To build a fully armed and operational app, execute npm run build
.