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

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

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