My personal website. There are many like it, but this is mine.
git clone [email protected]:paulrobertlloyd/paulrobertlloyd-v4.git
cd paulrobertlloyd-v4
npm install
git submodule update --init --remote
npm run build
Ensure the following environment variables are set:
MAPBOX_TOKEN
: API key from MapboxOMDBAPI_TOKEN
: API key from OMDb APIWEBCAL_TOKEN
: The token provided in the last part of awebcal://
URL
Generated files are written to the www
directory.
When developing the site, you may want files automatically compiled and the browser to refresh automatically. To do this, run npm start
.
This site is deployed automatically by Netlify whenever files are pushed to the main
branch.