Solar energy: At the forefront of alternative energy in California.
Gathered by photovolatic cell arrays, photons emitted by the Sun charge and store energy.
Give back to the grid through you home electrical lines - thereby adding to the community reduction of fossil fuel grid powered electrical power stations, or you store it at home[^1].
Call us TODAY.
Everyone on your team should add their name along with a link to their GitHub & optionally their LinkedIn profiles below. Do this in Sprint #1 to validate your repo access and to practice PR'ing with your team before you start coding!
- Teammate name #1: GitHub / LinkedIn
- Ben Tryon #2: GitHub / LinkedIn
- Teammate name #n: GitHub / LinkedIn
- Teammate name #n: GitHub / LinkedIn
- Teammate name #n: GitHub / LinkedIn
[^1] With appropriate equipment.
ADMIN ONLY
Meeting Agenda templates (located in the /docs
directory in this repo):
- Meeting - Voyage Kickoff --> ./docs/meeting-voyage_kickoff.docx
- Meeting - App Vision & Feature Planning --> ./docs/meeting-vision_and_feature_planning.docx
- Meeting - Sprint Retrospective, Review, and Planning --> ./docs/meeting-sprint_retrospective_review_and_planning.docx
- Meeting - Sprint Open Topic Session --> ./docs/meeting-sprint_open_topic_session.docx
Suggestions:
main
- Our production codedev
- Where we push to and testfeature/thing
- New things we're buildingfix/thing
- For fixing bugsrefactor/thing
- For cleaaning up code
Commit Messages:
feat: add login form
fix: form validation bug
refactor: cleaned up CSS
Etc:
- Use PascalCase:
LoginForm.jsx
,AdminPage.jsx
- CSS files match their use name:
LoginForm.css
,AdminPage.css
This project uses Next.js
To run the development server:
# Install dependencies
npm install
# Start development server
npm run dev
Local
Local server address: [http://localhost:3000](http://localhost:3000)