mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-02 22:03:09 +00:00
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>
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
Languages
TypeScript
84.9%
JavaScript
7.4%
CSS
4.9%
Dockerfile
1.7%
HTML
1.1%