Skip to content

beolson/connections-do-you

 
 

Repository files navigation

NYT Connections Clone

Clone of the Connections game from the New York Times, written using Next.js.

Installing locally

For those interested in running the app locally, first clone the repository:

git clone https://github.com/srefsland/nyt-connections-clone.git

Install dependencies:

cd nyt-connections-clone
npm install

Start the development server:

npm run dev

The development server is now live at http://localhost:3000.

License

This project is released under the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • CSS 2.2%
  • JavaScript 0.8%