https://github.com/aeternity/aepp-hyperchain
Hyperchains UI
https://github.com/aeternity/aepp-hyperchain
aeternity aeternity-blockchain svelte sveltekit
Last synced: 6 months ago
JSON representation
Hyperchains UI
- Host: GitHub
- URL: https://github.com/aeternity/aepp-hyperchain
- Owner: aeternity
- License: isc
- Created: 2022-07-15T09:02:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T08:33:38.000Z (about 1 year ago)
- Last Synced: 2024-07-15T10:23:04.270Z (about 1 year ago)
- Topics: aeternity, aeternity-blockchain, svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 284 KB
- Stars: 3
- Watchers: 17
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Aeternity Hyperchains UI
## OverviewThis is a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
It uses `pnpm` for package management and compilation.
The project uses [tailwindcss](https://tailwindcss.com/) and [daisyUI](https://daisyui.com/).
## Local setup
First, install `pnpm` if you don't have it yet.
```bash
brew install node pnpm
```Install the site and run the dev server:
```bash
pnpm install
pnpm run dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.
## Deployment
Deployment is done by updating the tag in [gitops-apps](https://github.com/aeternity/gitops-apps).