-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
33 lines (26 loc) · 719 Bytes
/
README
File metadata and controls
33 lines (26 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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)