Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 663 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 663 Bytes

LoomSE Demo Project

This project intendeds to provide a starting point for users of LoomSE.

Install Dependencies

Start by installing the project dependencies using either npm or yarn.

Using npm type:

npm i

Using yarn type:

yarn install

Build Project

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

Run LoomSE in the Browser

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.