React single page application, inspired by RPG Maker design.
git clone https://github.com/gass-git/level-up-ui.git
Within the repository directory, run:
npm i
npm run dev
npm run build
- Router basename (example:
/level-up-uiingass-git.github.io/level-up-ui/) - Width of the main container
- Width in pixels of character profile summary next to the menu
- Interval timer (ms) for top message scroller
- Enable or disable water drops effect on the background
- Site sections
- The messages been shown on the top scroller
- The avatar, name, vocation and attributes of the character
- The content being shown in each section
To give maximum freedom in terms of customization, the social links and copy email functionality will require
modifying the component JSX directly. This can be done in src/components/Links.tsx.
