Web client for the Dakara project.
To install Dakara completely, you have to get all the parts of the project. Installation guidelines are provided over here:
On Linux, the NodeJS provided by your system may be out to date. It is advised to install the latest version with nvm.
Install dependencies, at root level of the repo:
npm install
npm start
This runs the app in the development mode. Please note that an instance of the server should be already running. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm run build
This builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Please read the developers documentation.