Skip to content

Commit

Permalink
Added basic Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rumyanar committed Jan 17, 2023
1 parent 2abe610 commit e86ebfd
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
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).

0 comments on commit e86ebfd

Please sign in to comment.