Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

ubcuas/GCOM-Lite-Front-End

Repository files navigation

Getting Started

This project uses node v18.7.0 (npm v8.15.0) + SvelteKit.

Developing

Once you've created a project and 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