Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianoNaraku authored Oct 4, 2023
1 parent 5c0869a commit bbf74a7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Instructions (docker is required):

## Full Deploy Instructions (docker is required):
- Clone the repository: https://github.com/DamianoNaraku/jodel-react.git
- Run: docker compose up -d
- Go to: http://localhost:3000

This version includes memorec model suggestions and collaborative live editing rooms.


# Core functionalities version
The application is publicly accessible at [this link.](https://damianonaraku.github.io/jodel-react/build/)

If you want to run it locally, clone this repository, [install node.js and npm](https://nodejs.org/it/download), then run the following commands with a terminal opened at project's root folder
`npm install`
`npm run start`
or
`npm install`
`npm run build`

0 comments on commit bbf74a7

Please sign in to comment.