Skip to content

A front-end for telling you what size of solar panel array you'll need

Notifications You must be signed in to change notification settings

Remimstr/SizingWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SizingWeb

A front-end for telling you what size of solar panel array you'll need

Setup

  1. Clone the git repo
git clone https://github.com/Remimstr/SizingWeb.git
  1. Install npm globally
sudo apt install npm (ubuntu example)
  1. Move into the directory and install project dependencies
cd SizingWeb
npm install

To develop

  1. Run the development script
npm run start
  1. Edit some files and watch the project magically recompile!

To build for production

  1. Run the production script
npm run build
  1. Install serve globally
npm install -g serve
  1. Serve the application!
serve -s dist/

About

A front-end for telling you what size of solar panel array you'll need

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published