Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jigsawye/rosim
Ragnarok Online Stats Simulator
https://github.com/jigsawye/rosim
antd react styled-components
Last synced: 18 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T17:18:12.000Z (about 3 years ago)
- Last Synced: 2024-10-17T22:49:41.370Z (28 days 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
![demo](images/demo.png)
[![CircleCI](https://circleci.com/gh/jigsawye/rosim/tree/master.svg?style=svg)](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
```