... provides an alternative to the CLI of asciii. The project helps our members to evaluate and review our projects, clients, offers and clients.
asciii GUI is built with Angular 7 and was inspired by InvoicePlane.
Built with ❤️ in Dresden
In order to build the project, you'll need NodeJS and NPM.
Install the dependencies.
npm install
For a dev server run
npm run start
To use the RESTful API from asciii you need to run a local instance of rocket. Checkout the asciii project and run
cargo +nightly run --features server
to setup a local server instance. Read the asciii documentation for more information.
Since rocket runs on port 8000 by default, your browser will block Cross-Origin request. You'll have to allow Cross-Origin requests to use the asciii REST API.
To change your interface language to german run
npm run start:de
Change currency and locale by editing src/environments/environment.ts
.
- Download the latest release from the release section
- Extract the package and copy all files to your webserver or destination machine
- Start the asciii server as described here
- Enjoy
MIT - ascii Dresden - ❤️