Skip to content

andiemmadavieswilcox/triumphmayflowerclub.com-next.js

 
 

Repository files navigation

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’s built-in, interactive test watcher, use the command: npm test

About

🌟 WIP reimplementation of the TMC website in Next.js to replace the current Jekyll-based one

Topics

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 100.0%