Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singiamtel/showcord

A custom Pokémon Showdown! client, with a design similar to Discord
https://github.com/singiamtel/showcord

pokemon pokemon-showdown react typescript

Last synced: 24 days ago
JSON representation

A custom Pokémon Showdown! client, with a design similar to Discord

Awesome Lists containing this project

README

        

# Showcord!

The client is still in early development, but feel free to try it! [Website](https://showcord.com/)

Custom client for [Pokémon Showdown](play.pokemonshowdown.com) built in React.js with a modern and user-friendly design

## Design philosophies

The client should always be:

- Simple and easy to use
- Safe (it will never manage any credentials, or put your account at risk)
- Compliant with Showdown's policies

## Installation

If you want to self-host Showcord, follow these steps:

1. Clone the repository: `git clone https://github.com/singiamtel/showcord.git`
2. Navigate to the project directory: `cd Showcord`
3. Install dependencies: `npm install`
4. Start the development server: `npm run dev`
5. Open your browser and visit: `http://localhost:3000`

## Contributing

We welcome contributions to make Showcord even better! If you'd like to contribute, make sure to check our [feature tracker](https://github.com/users/singiamtel/projects/1)

## License

Showcord is [MIT](https://opensource.org/licenses/MIT).