Make a less fake readme, add a todo
This commit is contained in:
parent
358321f20a
commit
14454856b5
2 changed files with 14 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,3 +1,12 @@
|
|||
# sudoscientist-js-frontend
|
||||
|
||||
Fml.
|
||||
## this is the sudoscientist frontend using react-redux
|
||||
|
||||
### Setup
|
||||
|
||||
This project was started using create-react-app
|
||||
|
||||
```
|
||||
npm install
|
||||
npm start
|
||||
```
|
||||
|
|
4
TODO.md
Normal file
4
TODO.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# TODO
|
||||
|
||||
1. Add padding to the bottom of the page
|
||||
2. Fix wrapping on code blocks
|
Reference in a new issue