Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/singiamtel/showcord
- Owner: singiamtel
- License: mit
- Created: 2023-08-04T20:51:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-20T02:28:29.000Z (6 months ago)
- Last Synced: 2024-05-20T03:28:01.924Z (6 months ago)
- Topics: pokemon, pokemon-showdown, react, typescript
- Language: TypeScript
- Homepage: https://showcord.com
- Size: 8.77 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).