393 B
393 B
Gravwell-Online
Development:
Below are the steps required to run the code in development mode:
- Clone the git repository
- Go into the common code module:
cd common - Tell the Typescript compiler to watch for all updates in the module using:
tsc --watch - In a new terminal:
cd web-svelte - Install the required dependencies:
pnpm install - Run Vite:
pnpm dev