Skip to content

DakaraProject/dakara-client-web

Repository files navigation

Dakara web client

Web client for the Dakara project.

Installation

To install Dakara completely, you have to get all the parts of the project. Installation guidelines are provided over here:

System requirements

  • NodeJS, to transpile the sources.

On Linux, the NodeJS provided by your system may be out to date. It is advised to install the latest version with nvm.

Node dependencies

Install dependencies, at root level of the repo:

npm install

Running developement server

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.

Building for production

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.

Development

Please read the developers documentation.