Skip to content

nikitalpopov/hall-of-fame

Repository files navigation

Albums' hall of fame

Visit website

Database with collected info: Airtable Database

How to build

Some environment variables should be defined in .env file in order to let script retrieve data from Airtable (see .env.example)

# Retrieve data from Airtable
> node retrieve-data.js
# Build with eleventy
> npm run build