- Install pnpm if you don't have it already.
- Run
corepack enable pnpmto enable pnpm. - Run
pnpm installto install dependencies.
- Copy the
.env.examplefile to.envand update the values as needed. Default values are provided for local development.
- Copy metadata TSV files to the
scriptsdirectory with the namesaurora_us.tsv,aurora_eu.tsv, etc... - Run
node scripts/importData.js scripts duckdb.dbto createduckdb.dbdatabase file in the root directory.
- Run
pnpm run devto start the development server.
- Copy the
.env.examplefile to.envand update the values as needed. Default values are provided for local development. - Copy the
docker/.env.examplefile todocker/.envand update the values as needed. Default values are provided for local development.
- Run
docker/docker.sh start devto build and run the Docker containers for development.
This is a Next.js project bootstrapped with create-next-app.