Skip to content

Latest commit

 

History

History

omnispace-webapp

Omnispace WebApp

Development

Install dependencies

yarn

Environment Setup

Copy .env.example to .env and fill in fields

Compile website

yarn build

Run locally

yarn serve

Lints and fixes files

yarn lint