https://github.com/feliciousx/ayo_u
your personal debt tracker
https://github.com/feliciousx/ayo_u
Last synced: 10 months ago
JSON representation
your personal debt tracker
- Host: GitHub
- URL: https://github.com/feliciousx/ayo_u
- Owner: FeliciousX
- Created: 2017-06-27T07:54:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T18:47:47.000Z (about 9 years ago)
- Last Synced: 2025-03-27T06:52:08.730Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ayo_u
Your personal debt tracker backend.
# Dependency
- [gradle](https://gradle.org/install) v4 - for compiling Kotlin to Javascript
- [npm](https://nodejs.org/en/download/current/) v5 and above - to be the package manager and run scripts
- [ktlint](https://github.com/shyiko/ktlint#installation) - for linting
# Getting Started
1. Install the packages required by `npm install`
2. Run `npm run build` to compile
3. Run `npm start` to start the webserver
# Development
1. Run `npm run build:watch` to compile whenever there are file changes
2. Run `npm start` to start the webserver. It will restart itself when the file changes.