https://github.com/samply/eucaim-frontend
https://github.com/samply/eucaim-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samply/eucaim-frontend
- Owner: samply
- Created: 2024-07-16T12:35:56.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2025-02-12T08:44:29.000Z (3 months ago)
- Last Synced: 2025-03-17T20:13:33.683Z (2 months ago)
- Language: TypeScript
- Size: 3.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lens2 Demo Project
This repository provides the most fundamental building blocks needed to build your very own interface using the Lens2 library.
---
## Implementation Guide
#### Catalogue
#### CQL Parsing
#### Integrate Data Structure
---
## Quickstart Instructions
To start a development server, run the command:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open```
To create a production version of your application:```bash
npm run build
```You can preview the production build with `npm run preview`.
---
*Made with ♥ using [samply/lens-core](https://github.com/samply/lens)*