dependabot[bot] 985b8a7ad5
Bump follow-redirects from 1.15.3 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 03:36:24 +00:00
2023-10-30 23:57:10 +01:00
2023-12-06 16:10:34 +05:30
2023-10-30 23:57:10 +01:00
2023-10-30 23:57:10 +01:00
2023-12-03 00:52:07 +01:00
2023-10-30 23:57:10 +01:00
2023-10-30 23:57:10 +01:00
2023-12-06 16:12:29 +05:30
2023-10-30 23:57:10 +01:00
2023-10-30 23:57:10 +01:00

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

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

Description
Waku's frontend. Interact with your waku node via this simple user interface
Readme
Languages
TypeScript 84.9%
JavaScript 7.4%
CSS 4.9%
Dockerfile 1.7%
HTML 1.1%