An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Aeternity Hyperchains UI
## Overview

This 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).