No description
| common | ||
| server | ||
| web-svelte | ||
| .gitignore | ||
| cards.json | ||
| README.md | ||
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