Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```