Check the source, download or read the documentation.
- Install Node.js (which includes npm). Any recent LTS should work.
- Clone the repo and enter it:
git clone https://github.com/anadynamics/ANA2.git cd ANA2 - Install dependencies:
npm install
- Choose one of the following:
- Development server (fast, live reload):
npm run start
- Production build + local static server:
npm run build npm run serve
- Development server (fast, live reload):
The site will be available at http://localhost:3000/ by default.