https://github.com/zmoog/alchemy-spring
Simple personal and family finance manager
https://github.com/zmoog/alchemy-spring
Last synced: about 1 year ago
JSON representation
Simple personal and family finance manager
- Host: GitHub
- URL: https://github.com/zmoog/alchemy-spring
- Owner: zmoog
- Created: 2013-05-10T21:47:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T17:24:31.000Z (almost 13 years ago)
- Last Synced: 2024-04-16T00:16:03.175Z (about 2 years ago)
- Language: JavaScript
- Size: 660 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alchemy-spring
## Checking out
To check out the project:
# Read+Write Access
git clone git@github.com:zmoog/alchemy-spring.git
Or
# Read-Only Access
git clone git://github.com/zmoog/alchemy-spring.git
## Building
Build from source, do the following:
cd alchemy-spring
(on *nix)
./gradlew build
(on Windows):
gradlew.bat build
# Running on Jetty
To run the webapp on the Jetty web container:
(on *nix)
./gradlew jettyRun
(on Windows):
gradlew.bat jettyRun