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

https://github.com/o4epegb/dcss-extension


https://github.com/o4epegb/dcss-extension

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# DCSS-Stats Chrome Extension

[Chrome Web Store link](https://chrome.google.com/webstore/detail/dungeon-crawl-stone-soup/ihjfplpgkimacgadjjdafpnekibmhjfd)

[Dungeon Crawl Stone Soup](https://crawl.develz.org/) Chrome extension which shows player stats on the main screen of DCSS WebTiles.

## Development:

### Install required packages

`yarn install`

Use `yarn` to install, not `npm`.

If you want to update packages use `yarn upgrade-interactive`

### Run development server

`yarn dev`

- [ ] add environment variables handling
- [ ] add instructions for setting up environment variables
- [ ] add instructions for setting up the extension in Chrome for dev
- [ ] switch to Vite?