Source code for LouiseHermosa.com
# install project dependencies
yarn install
# Local Server
yarn dev
# Production Build for static hosting
yarn generate
# Serve Production Build
yarn start
# API Netlify Functions
yarn functions
Create new .env file with the following variables
GITHUB_ACCESS_TOKEN=0
- Installed
@babel/plugin-proposal-private-property-in-objectto fix errors foryarn generate
