Skip to content

Commit 2564041

Browse files
authored
Add development to readme
1 parent 737eb36 commit 2564041

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ What are the three parameters the clamp() function takes?
1616

1717
I was frustrated that searching "CSS questions" returned a bunch of "Top 5-20 CSS questions" blog posts with questions that rarely asked actual CSS Questions. I thought a resource with more questions that focused soley on CSS might be useful.
1818

19-
## Contributing
2019

21-
New questions, better wording, and other fixes are all welcome. Many questions were written in a short time period and could use review.
20+
## Development
21+
Site was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
22+
23+
1. `git clone git@github.com:codypearce/css-questions.git`
24+
2. `npm i`
25+
3. `npm start`
26+
27+
All questions are stored in `src/questions`
28+
29+
## Contributing
2230

23-
All questions are stored in `questions`
31+
All contributions are welcome including new questions, fixing current questions or design. Many questions were written in a short time period and could use review.

0 commit comments

Comments
 (0)