https://github.com/alvissreimu/kiseki-orbment-assistant
An assistant tool to help user set up orbment in Trails Series games. (Only 'Kai no Kiseki' is supported for now)
https://github.com/alvissreimu/kiseki-orbment-assistant
game kiseki react simulated-annealing trails vercel vite
Last synced: 23 days ago
JSON representation
An assistant tool to help user set up orbment in Trails Series games. (Only 'Kai no Kiseki' is supported for now)
- Host: GitHub
- URL: https://github.com/alvissreimu/kiseki-orbment-assistant
- Owner: AlvISsReimu
- License: mit
- Created: 2024-10-23T04:45:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T09:13:18.000Z (5 months ago)
- Last Synced: 2025-03-19T12:21:17.587Z (about 1 month ago)
- Topics: game, kiseki, react, simulated-annealing, trails, vercel, vite
- Language: TypeScript
- Homepage: https://orbment.io
- Size: 2.1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Trails Orbment Assistant
An assistant tool to help user set up orbment in Trails Series games. (Only 'Kai no Kiseki' is supported for now)
## Live Link
[](https://www.orbment.io/)
## Development



### Resolve dependencies
```shell
npm install
```### Start a development server
```shell
npm run dev # Run vite
```### Code Linting
```shell
npm run lint # Use ESLint for .js|.ts|.tsx
npm run format # Use Prettier for code formatting
```### Test
```shell
npm test # Run vitest
```### Build
```shell
npm run build # Run vite build
```## Contributors
This project is made possible by the following contributors. Feel free to contribute!

## License
[MIT](LICENSE)