A frontend for DenseEdia.
You must have git and yarn installed.
git clone https://github.com/fsabre/DenseEdia-Web.git
cd denseedia-web
yarn # Install the dependencies
yarn build
yarn global add serve # Install a module to serve the contentThen, use serve -s build to serve the build content. Make sure the DenseEdia API is running.
Better installation instructions are coming one day.