Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 429 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 429 Bytes

Next.js Test

A proof-of-concept Brooklyn Rail site built in Next.js.

To try out:

  1. Install Node.js.

  2. Clone the repositories for the main site and this.

  3. From the main site directory, start the database.

    docker-compose up db
  4. From this project directory, start Next.js.

    npm i
    npm run dev
  5. Open http://localhost:3000/.