https://github.com/jigsawye/rosim
Ragnarok Online Stats Simulator
https://github.com/jigsawye/rosim
antd react styled-components
Last synced: 4 months ago
JSON representation
Ragnarok Online Stats Simulator
- Host: GitHub
- URL: https://github.com/jigsawye/rosim
- Owner: jigsawye
- License: mit
- Created: 2018-02-13T03:03:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T17:18:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T22:49:53.556Z (4 months ago)
- Topics: antd, react, styled-components
- Language: JavaScript
- Homepage: https://rosim.jigsawye.com/
- Size: 2.12 MB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RO Stats Simulartor

[](https://circleci.com/gh/jigsawye/rosim/tree/master)
Build with React, antd, styled-components.
## Setup
```bash
# create your .env file
cp .env.example .env# update your environment variable
vim .env
```## Build Setup
```bash
# install dependencies
yarn# serve with hot reload at localhost:8080
yarn start# build for production with minification
yarn build
```