Skip to content

elaynelemos/elaynelemos.github.io

Repository files navigation

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.