Skip to content

Commit

Permalink
add instructions for starting dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
opowell committed Feb 2, 2024
1 parent ba5224c commit cac6b73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ Latest version (2020.02.14): **0.8.7**
<a href='https://www.github.com/opowell/10ali'>10ali (Vienna University of Economics and Business)</a><br>
<a href='https://www.github.com/opowell/11simone'>11simone (Vienna University of Economics and Business)</a><br>

#### Development
1. Clone project.
2. Install server files.
1. cd server
2. pnpm i
3. Start server
1. cd client
2. node ../server/source/jtree.js

0 comments on commit cac6b73

Please sign in to comment.