Skip to content

Derek4aty1/brawlstars-explorer

Repository files navigation


Logo

Brawlstars Explorer

A project showcasing assets from Brawlstars.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Development
  3. Contributing
  4. License

About The Project

This is a personal Next.js project showcasing asset art from Brawlstars.

(back to top)

Built With

Next.js React TypeScript Tailwind_CSS Vercel

(back to top)

Disclaimer

Brawlstars Explorer is unofficial and is not endorsed by Supercell. For more information see Supercell's Fan Content Policy.

(back to top)

Development

Once you've cloned the repository and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

To create a production version of the app, you must build first:

npm run build

And then you can preview the production build:

npm run start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)