Update README.md

This commit is contained in:
Matúš Námešný 2019-03-27 19:17:18 +01:00 committed by GitHub
parent 3ed99bdfbd
commit 0a2bc467b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -2,14 +2,13 @@
This is the source code for my website [namesny.com](https://namesny.com). This is the source code for my website [namesny.com](https://namesny.com).
This website is built with React and is open source. It is universally rendered both on server and in browser. The content is served through an API. This website is built with React and is open source.
## To do ## To do
* ~~implement draft support~~ * ~~implement draft support~~
* fix webpack dev server
* add cv/resume section * add cv/resume section
* support comments * support comments
* live reload * live reload
* eliminate most hardcoded things (move them to config file) * ~~eliminate most hardcoded things (move them to config file)~~
* remove unnecessary code and overall code cleanup * ~~remove unnecessary code and overall code cleanup~~