https://github.com/fython/heartsteel-web
Heartsteel web emulator from League of Legends
https://github.com/fython/heartsteel-web
Last synced: 4 days ago
JSON representation
Heartsteel web emulator from League of Legends
- Host: GitHub
- URL: https://github.com/fython/heartsteel-web
- Owner: fython
- License: mit
- Created: 2022-11-26T16:57:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T08:35:53.000Z (over 3 years ago)
- Last Synced: 2025-11-27T12:14:52.090Z (3 months ago)
- Language: Vue
- Homepage: https://heartsteel.gwo.app
- Size: 5.21 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heartsteel Emulator
Stack your Heartsteel anywhere on Web
随时随地叠你的心之钢
## Live Demo
Visit
## Development
### Clone & Run locally
```shell
git clone https://github.com/fython/heartsteel-web
cd heartsteel-web
npm install
npm run dev
```
And visit `http://localhost:5137` or other address if any changes to run local app
### Build static pages
```shell
npm run build
```
And static resources will output to `/dist` directory.
## License
[MIT](https://opensource.org/licenses/MIT)
Copyright (c) 2022, Siubeng Fung