dev #1

Merged
Astrian merged 17 commits from dev into main 2025-02-20 04:29:20 +00:00
Showing only changes of commit ee0e9d430c - Show all commits

View File

@ -64,6 +64,15 @@ export default () => {
More features are on the roadmap. More features are on the roadmap.
## Contribution & Development
```zsh
npm i # or `yarn`
npm run dev # or `yarn dev`
```
Then the package will launch a testing React hot-reload server in `localhost:1926`. The server file available in `playground` folder, feel free to modify content inside it.
## License ## License
MIT MIT