Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixoncloud/app-service-logbook
https://marketplace.ixon.cloud/en/apps/service-logbook
https://github.com/ixoncloud/app-service-logbook
Last synced: 1 day ago
JSON representation
https://marketplace.ixon.cloud/en/apps/service-logbook
- Host: GitHub
- URL: https://github.com/ixoncloud/app-service-logbook
- Owner: ixoncloud
- License: mit
- Created: 2023-12-22T10:43:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T13:07:30.000Z (2 days ago)
- Last Synced: 2025-01-03T14:25:56.949Z (2 days ago)
- Language: Svelte
- Size: 120 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IXON Service Logbook
Welcome to the workspace for developing the backend and frontend component for the IXON Service Logbook.
## Basic information
Basic information on how to develop this app can be found in the workspace repositories.
- [Backend Component Workspace](https://github.com/ixoncloud/backend-component-workspace)
- [Component Workspace](https://github.com/ixoncloud/component-workspace)## Getting started
To get started, download this project as a ZIP, and extract it to your desired location.
To run the project, no additional commands are required, as this is automatically sets up your virtual environment and installs dependencies.
You will need 2 terminals
```sh
# Run the backend
make run
``````sh
# Run the frontend
npm install
npx cdk simulate service-logbook
```