Files
openaccounting-web/README.md

33 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2018-10-19 11:28:08 -04:00
# Open Accounting Web Interface
2018-11-12 11:36:00 -05:00
This is the front-end web interface for Open Accounting. It communicates with the [server](https://github.com/openaccounting/oa-server) over a [REST API](https://openaccounting.io/api).
## Dev Environment
This software is built with Angular. To get started, make sure you have [Node](https://nodejs.org) installed.
Then follow these steps:
1. `git clone https://github.com/openaccounting/oa-web.git`
2. `cd oa-web`
3. `npm install`
2018-10-19 11:28:08 -04:00
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
2018-11-12 11:36:00 -05:00
## Choose API server
2018-10-19 11:28:08 -04:00
2018-11-12 11:36:00 -05:00
Click on the Settings link and specify the URL for your [server](https://github.com/openaccounting/oa-server). Or you can use https://api.openaccounting.io if you want Open Accounting to host your information.
2018-10-19 11:28:08 -04:00
2018-11-12 11:36:00 -05:00
## Help
2018-10-19 11:28:08 -04:00
2018-11-12 11:41:11 -05:00
[Join our Slack chatroom](https://join.slack.com/t/openaccounting/shared_invite/enQtNDc3NTAyNjYyOTYzLTc0ZjRjMzlhOTg5MmYwNGQxZGQyM2IzZTExZWE0NDFlODRlNGVhZmZiNDkyZDlhODYwZDcyNTQ5ZWJkMDU3N2M) and talk with us!