Simple collaborative whiteboard.
Prerequisites:
To set up the app execute the following commands.
git clone ...
cd ...
npm install
Once you've installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
The page will reload if you make edits.
You will also see any lint errors in the console.
To create a production version of the app:
npm run build
Your app is ready to be deployed!
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.