This project intendeds to provide a starting point for users of LoomSE.
Start by installing the project dependencies using either npm
or yarn
.
Using npm
type:
npm i
Using yarn
type:
yarn install
The package.json
scripts
field has been preconfigured with a build command that
uses webpack
.
Using npm
type:
npm run-script build
Using yarn
type:
yarn build
The previous build command should have produced a directory dist
in the project root folder. Open dist/index.html
using your preferred browser and see LoomSE in action.