Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embloy/embloy-core-client
Repository containing the client for Embloy-Core and associated services.
https://github.com/embloy/embloy-core-client
nextjs turbopack
Last synced: 2 months ago
JSON representation
Repository containing the client for Embloy-Core and associated services.
- Host: GitHub
- URL: https://github.com/embloy/embloy-core-client
- Owner: Embloy
- License: mit
- Created: 2023-11-30T10:56:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:06:07.000Z (3 months ago)
- Last Synced: 2024-11-03T19:29:46.464Z (3 months ago)
- Topics: nextjs, turbopack
- Language: TypeScript
- Homepage: https://embloy.com
- Size: 51.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Embloy
The web client for [www.embloy.com](https://www.embloy.com).
> **Warning**
> This app is a work in progress. I'm building this in public.## Running Locally
1. Install dependencies using pnpm:
```sh
pnpm install
```2. Copy `.env.example` to `.env.local` and update the variables.
```sh
cp .env.example .env.local
```3. Start the development server:
```sh
pnpm dev
```## Running on Kubernetes
1. Build docker container:
```sh
docker build -t embloy-core-front . && docker tag embloy-front:latest /embloy-core-front
```2. Push to container registry:
```sh
docker push /embloy-core-front
```3. Run image in K8s:
```sh
kubectl apply -f AKS_core_front.yml
```## License
Licensed under the [MIT license](https://github.com/embloy/embloy-core-server/web/blob/master/LICENSE.md).
---
© Carlo Bortolan, Jan Hummel
> Carlo Bortolan ·
> GitHub [@carlobortolan](https://github.com/carlobortolan) ·
> contact via [[email protected]](mailto:[email protected])
>
> Jan Hummel ·
> GitHub [@github4touchdouble](https://github.com/github4touchdouble) ·
> contact via [[email protected]](mailto:[email protected])