Aria is a modern MapleStory CMS. This repository hosts the front-end for the Aria MapleStory CMS, written in React.
- npm - node package manager
Aria uses a number of dependencies to work properly:
- axios - promise based HTTP client for the browser and node.js
- react - JavaScript library for building user interfaces
- react-dom - Entry point of the DOM-related rendering paths
- node-sass - Library that provides binding for Node.js to LibSass
Install node.js, npm, then clone this repository
$ git clone https://github.com/AlanMorel/aria aria
Install the node dependencies
$ cd aria
$ npm install
Edit Config.js
to your liking, then start the app
$ npm start
View in browser at http://localhost:3000
- Development Environment - Hosted by Austin Adams
- Orion - v92 MapleStory Private Server
- Vertisy - v90 MapleStory Private Server
Aria is licensed under the MIT license.