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

 
 

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%