Skip to content

ksorv/canvas-members

Repository files navigation

Clone

git clone [email protected]:ksorv/canvas-members.git

Install Dependencies

npm run install

Run Locally

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build

Preview Production

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.