Fourth version of Open Labyrinth project.
- "react-digraph" package was injected in Olab.
- Structure of the project was refactored.
To kick off development of the project:
npm start
To make production build:
npm build
API_URL - base api url PLAYER_PUBLIC_URL - base player url
Clone your repository and Open the folder
git clone <remote_url> <branch> <directory_folder> && cd <directory_folder>
Run downloading of npm modules
npm i
If you need update the API_URL update it ./env/.env.production
If you need update the PLAYER_PUBLIC_URL update it ./env/.env.production
Run the generating of the production build
PUBLIC_URL=<subpath_url> npm run build
env variables are optional, and default values will be get from ./env/.env.production
Copy/move the *
from ./build
folder to web hosts directory
cp ./build/* -R /var/www/olab4/
So your application will be available by /var/www/olab4/index.html
In the root placed files release_<N>.patch
and relative to npm git tag