forked from aeternity/aepp-hyperchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
Aeternity Hyperchains UI | ||
# 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). |