To try out:
-
Install Node.js.
-
Clone the repositories for the main site and this.
-
From the main site directory, start the database.
docker-compose up db
-
From this project directory, start Gatsby.
npm i gatsby develop
-
Open http://localhost:8000.
The NUM_ARTICLES
environment variable can be used to scale how much of the site is built.