Skip to content

gamultong/gamulpung-client

Repository files navigation

Gamulpung

It follows the same rules as Minesweeper. However, the map expands infinitely, allowing you to perform as many actions as you want!

Play

Let's play the game here.

Contribute

If you want to contribute this project, Follow these steps.

Fork this repository

  1. Navigate to the GitHub repository you want to fork.
  2. In the top-right corner of the repository page, click the "Fork" button.
  3. GitHub will create a copy of the repository in your own GitHub account.
  4. You can now clone the forked repository to your local machine using the following command:
git clone https://github.com/your-username/minesweeper-client.git
  1. Make changes to the code in your local repository.
  2. Commit and push your changes to your forked repository on GitHub.
  3. If you want to contribute your changes back to the original repository, create a pull request:
  • Go to your forked repository on GitHub.
  • Click the "Pull Request" button.
  • Compare your changes with the original repository.
  • Add a title and description for your pull request.
  • Click "Create Pull Request".

How to set devleopment environment.

  1. Setting Environments
node >= 20.10
npm >= 10.9
  1. Install Dependencies.
# Because React 19 does not support previous dependencies before version 19.
npm install --force 
  1. Run Development Server.
npm run dev
  1. Test Linting Codes Before Building.
npm run lint