- Run
yarnornpm installto install dependencies - Run
yarn startornpm startto start developing, you should have a URL that looks like this
http://localhost:3000
- Paste the URL in
App URLin 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.