Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 386 Bytes

Personal website project! :D

See at elaynelemos.github.io.

Setup for Development

# Build container
$ docker-compose up -d

# Install dependencies
$ ./run.sh yarn install

# build and serve with hot reload at localhost:8000
$ ./run.sh yarn run dev

Made with Nuxt. Checkout its docs.