- Run
yarn
ornpm install
to install dependencies - Run
yarn start
ornpm start
to start developing, you should have a URL that looks like this
http://localhost:3000
- Paste the URL in
App URL
in your app settings - open a board & you should see your app in the main toolbar when you click the three dots.
Run yarn run build
or npm run build
and this will generate a static output
inside dist/
which you can host on static hosting service.
This app is using vite so you can check the documentation
if you want to modify vite.config.js
configuration if needed.