A proof-of-concept Brooklyn Rail site built in Next.js.
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 Next.js.
npm i npm run dev
-
Open http://localhost:3000/.