Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.05 KB

README.md

File metadata and controls

52 lines (32 loc) · 2.05 KB

Netlify Status

connect-four

A web-based version of the classic game Connect Four

Recommended IDE Setup

VS Code + Svelte.

Development

Local Development

  1. Ensure that you have the latest version of Node 16 installed.
  2. If you do not have the Netlify CLI installed, follow the Getting Started with Netlify CLI guide.
  3. Run npm install
  4. Run ntl dev.

Development in Gitpod

Gitpod is an online integrated development environment (IDE); TLDR an online editor. Gitpod provides a VS Code-like experience in the browser.

To load the project, first fork this project to your own account, and then from the fork, e.g. https://github.com/some-user/connect-four, you can load it in Gitpod by prepending the URL with https://gitpod.io/#, e.g. https://gitpod.io/#https://github.com/some-user/connect-four

It'll take a minute to load up.

Gitpod loading animation

Gitpod will prompt to open in VS Code. Click the X in the top right of the prompt.

Prompt to open Gitpod container in VS Code

Gitpod will prompt you to install the Svelte for VS Code extension. Click the Install button.

Prompt asking to install the Svelte for VS Code extensionIt will install all npm packages for the project. Once all the dependencies are installed, it will load the project by running ntl dev and the app will appear in development mode.

Connect Four project loaded in Gitpod

From there, you can start developing like you would if working on your local machine's IDE.

Contributing

If you're interested in contributing to the project, please read the contributing guidelines.