Add some steps on how to start a dev environment
This commit is contained in:
parent
3d3104ef69
commit
5a8a8425a8
1 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -1 +1,12 @@
|
||||||
# Gravwell-Online
|
# Gravwell-Online
|
||||||
|
|
||||||
|
## Development:
|
||||||
|
Below are the steps required to run the code in development mode:
|
||||||
|
|
||||||
|
1. Clone the git repository
|
||||||
|
2. Go into the common code module: `cd common`
|
||||||
|
3. Tell the Typescript compiler to watch for all updates in the module using:
|
||||||
|
`tsc --watch`
|
||||||
|
4. In a new terminal: `cd web-svelte`
|
||||||
|
5. Install the required dependencies: `pnpm install`
|
||||||
|
6. Run Vite: `pnpm dev`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue