The Analytics Portal codebase for SAFE PLANT
The generated project have dependencies that require
node
together withnpm
.
Make sure you have Node version >= 8.0 and (NPM >= 5 or Yarn )
# clone the repository
git clone https://github.com/brionmario/analytics-portal.git
# change the directory
cd analytics-portal
# install the dependencies with npm
npm install
# start the development server
npm start
This project is licensed under the MIT License - see the LICENSE.md file for details.