Skip to content

Latest commit

History

History
22 lines (13 loc) 路 1.42 KB

File metadata and controls

22 lines (13 loc) 路 1.42 KB

Triumph Mayflower Club Website (Next.js Rewrite)

This is the v2.0 rewrite of TriumphMayflowerClub.com, built using Next.js (built on top of React), TypeScript, and Sass. When this SPA reaches parity with the current Jekyll-based website, we will switch over to using this one. The objective is to enable the addition of more advanced features that are currently impossible (or at least impractical to implement) with a static website.

Forked from Stack-in-a-box/triumphmayflowerclub.com.

Development guidelines

Prerequisites

  1. Install Node (and npm via the Node installer) from: https://www.nodejs.org/
  2. Install all npm dependencies by running: npm install

Running the app

  1. Run the development server by running: npm run dev
  2. Open http://localhost:3000/ in your browser to see the app running.
  3. Make your code changes and save them. The development server will watch the filesystem for changes, then automatically rebuild the app and refresh your browser to reflect your changes near-instantly.

Run tests

To run Jest鈥檚 built-in, interactive test watcher, use the command: npm test