Generate Minesweeper fields using Discord's spoiler tags and send them to your friends or community on Discord. A project powered by the discord.js-minesweeper library.
Node.js is required for building the Sass and JavaScript files.
Clone the repository:
git clone [email protected]:jozsefsallai/discord-minesweeper-generator
cd discord-minesweeper-generator
Install the dependencies:
npm i -g yarn
yarn
Create a new branch for your contribution:
git checkout -b my-nifty-contribution
Make your modifications and build:
yarn build
Using yarn watch
instead of yarn build
is recommended for bigger modifications.
yarn build:prod
will create a production version of the bundle.
Congratulations! Now you are ready to create a pull request! I'll make sure to review it, create a final build, and merge it as soon as possible.
MIT.