Skip to content

Waku's frontend. Interact with your waku node via this simple user interface

Notifications You must be signed in to change notification settings

gabrielmer/waku-frontend

This branch is 6 commits ahead of, 15 commits behind waku-org/waku-frontend:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2023
Oct 30, 2023
Dec 2, 2023
Dec 3, 2023
Oct 30, 2023
Oct 30, 2023
Dec 3, 2023
Nov 6, 2023
Oct 30, 2023
Nov 30, 2023
Nov 30, 2023
Oct 30, 2023
Oct 30, 2023
Oct 30, 2023

Repository files navigation

waku-frontend

Waku's frontend. Interact with your waku node via this simple user interface

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

To run independently

npm run build
npm run serve

To run in docker

npm run build
docker build -t waku_frontend .
docker run -d -p 8080:80 waku_frontend

About

Waku's frontend. Interact with your waku node via this simple user interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • CSS 1.2%
  • Other 1.2%