Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 309 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 309 Bytes

Personal website

experimenting with building a person site with a static site generator.

  1. Run the dev server
$ yarn start
  1. Build for production!
$ yarn build # or react-static build

Misc

run shell inside of docker container

docker exec -it <container id> sh