Skip to content

Aleyasen/DarshanVis-UI

Repository files navigation

DarshanVis-UI

Getting Started

Just clone the repo, install Node.js modules and run npm start:

$ git clone https://github.com/Aleyasen/DarshanVis-UI.git
$ cd DarshanVis-UI
$ npm install
$ npm start

Then open http:https://localhost:3000/ in your browser.

How to Test

The unit tests are powered by chai and mocha.

$ npm test

How to Deploy

$ npm run deploy                # Deploys the project to GitHub Pages

Alternatively, you can build a production release to manually deploy to S3, Firebase, Netlify, and other static hosts. Simply run the command below and copy the generated build folder to your static host.

$ npm run build release         # Build production release 

How to Update

You can always fetch and merge the recent changes from this repo back into your own project:

$ git checkout master
$ git fetch darshanvis-ui
$ git merge darshanvis-ui/master
$ npm install

Related Projects

Learn More


Made with ♥ by contributors  |  MIT License

Releases

No releases published

Packages

No packages published