marchein / ppi-website

Website for my ppi calculator

Home Page:https://marc-hein.de/ppi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPI Calculator Website

The current version of my PPI calculator tool

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

At least NodeJS version 8

Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

git clone https://github.com/marchein/ppi-website.git
cd ppi-website
npm install
npm run build

If you want to run the site locally or for testing run:

npm run compile_less && npm start

For production run:

npm run production

Built With

Authors

  • Marc Hein

About

Website for my ppi calculator

https://marc-hein.de/ppi/


Languages

Language:Pug 44.9%Language:Less 40.7%Language:JavaScript 14.3%