Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanmorel/aria
Aria is a modern, clean, and customizable MapleStory CMS.
https://github.com/alanmorel/aria
Last synced: 11 days ago
JSON representation
Aria is a modern, clean, and customizable MapleStory CMS.
- Host: GitHub
- URL: https://github.com/alanmorel/aria
- Owner: AlanMorel
- License: mit
- Created: 2017-04-02T22:32:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T01:31:35.000Z (over 1 year ago)
- Last Synced: 2024-04-14T19:56:41.442Z (7 months ago)
- Language: JavaScript
- Size: 14.6 MB
- Stars: 20
- Watchers: 3
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aria
**Aria** is a modern MapleStory CMS. This repository hosts the front-end for the Aria MapleStory CMS, written in React.
## Requirements
- [npm](https://www.npmjs.com/) - node package manager
## Dependencies
**Aria** uses a number of dependencies to work properly:
- [axios](https://www.npmjs.com/package/axios) - promise based HTTP client for the browser and node.js
- [react](https://facebook.github.io/react/) - JavaScript library for building user interfaces
- [react-dom](https://www.npmjs.com/package/react-dom) - Entry point of the DOM-related rendering paths
- [node-sass](https://www.npmjs.com/package/node-sass) - Library that provides binding for Node.js to LibSass## Installation
1. Install node, npm, clone this repository, then install the dependencies
```sh
$ git clone https://github.com/AlanMorel/aria aria
``````sh
$ cd aria
``````sh
$ npm install yarn -g
``````sh
$ yarn install
```2. Edit `Config.js` to your liking, then start the app
```sh
$ yarn start
```View in browser at `http://localhost:3000`
## Live Demos
- [Development Environment](https://aria.austinradams.com/) - Hosted by Austin Adams
- [Orion](https://playorion.net/) - v92 MapleStory Private Server
- [Vertisy](https://vertisy.ca/) - v90 MapleStory Private Server## License
**Aria** is licensed under the [MIT license](LICENSE).
## Screenshots
![alt tag](https://i.imgur.com/lxG7XAh.png) ![alt tag](https://i.imgur.com/UAj1U8Q.png) ![alt tag](https://i.imgur.com/PoVbker.png)