Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 352 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 352 Bytes

Museum

How do I run it?

You'll need to install the dependencies and build the application

Install dependencies

npm i

Building the repo

// build and bundle the app
npm run build_bundle
// run a dev server
npm run start

Type-checking the repo

npm run type-check
npm run type-check -- --watch