https://github.com/o4epegb/dcss-extension
https://github.com/o4epegb/dcss-extension
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/o4epegb/dcss-extension
- Owner: O4epegb
- Created: 2023-07-10T19:42:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T12:50:49.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T12:42:57.574Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/ihjfplpgkimacgadjjdafpnekibmhjfd
- Size: 1.15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?