A front-end for telling you what size of solar panel array you'll need
- Clone the git repo
git clone https://github.com/Remimstr/SizingWeb.git
- Install npm globally
sudo apt install npm (ubuntu example)
- Move into the directory and install project dependencies
cd SizingWeb
npm install
- Run the development script
npm run start
- Edit some files and watch the project magically recompile!
- Run the production script
npm run build
- Install serve globally
npm install -g serve
- Serve the application!
serve -s dist/