Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivozilkenat authored Apr 4, 2024
1 parent 6008ed5 commit 68c94fe
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# hackhpi24

## Start Frontend:
`cd frontend`
`npm start`

now Frontend can be viewed at `http://localhost:3000/`
## Development
### Prerequisites:
- npm package manager
- python venv

### Install dependencies:
`python ./install.py`

### Run frontend & backend:
`python ./start.py`

## Deployment
- Push to branch `master`
- Wait for action to build package & webserver to run container
- View at `hackhpi24.ivo-zilkenat.de`

0 comments on commit 68c94fe

Please sign in to comment.