This instruction will get you a copy of the project and running on your local machine for development and testing purposes. To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/junlico/dragalia-lost.git
# Go into the repository
$ cd dragalia-lost
# Install dependencies
$ npm install
# Run the app
$ npm start
This project is licensed under the MIT License - see the LICENSE file for details