Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 589 Bytes

glowsquid-next

The glowsquid modloader

Build Setup

# install dependencies
yarn install

# serve app with hot reload
yarn run dev

# build electron application for production
yarn run build

# yarn tests
yarn test


# lint all JS/Vue component files in `src/`
yarn run lint

This project was generated with electron-nuxt v1.6.0 using vue-cli. Documentation about the original structure can be found here.