ISU-WebDevClub/ClubSignup
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Club Signup
## Goals
- Create a form to enter email into local storage
- Create a page to list all emails in local storage
- Download all emails as csv
- Edit entered email
## GIT Commands
- git clone (github link) (FIRST TIME ONLY)
- git pull
- git add . (Adds Everything)
- git commit -m "MESSAGE"
- git push
## vim Commands
- exit vim: :q!
- save vim: :qw
## Server
- npm run dev (RUN SERVER)
- ctrl-c (STOP SERVER)
- rs (RESET SERVER WHEN RUNNING)
## Design For Pages
### link
-
### Index
- Centered
- Any color for now
- rounded edges (5px)