A web-based version of the classic game Connect Four
- Ensure that you have the latest version of Node 16 installed.
- If you do not have the Netlify CLI installed, follow the Getting Started with Netlify CLI guide.
- Run
npm install
- Run
ntl dev
.
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 will prompt to open in VS Code. Click the X in the top right of the prompt.
Gitpod will prompt you to install the Svelte for VS Code extension. Click the Install button.
It
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.
From there, you can start developing like you would if working on your local machine's IDE.
If you're interested in contributing to the project, please read the contributing guidelines.