-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c0869a
commit bbf74a7
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |