Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.16 KB

Fortress Web V2

Web dashboard application for managing resources and measuring performance at https://dwarves.foundation/.

Quick Start

git clone --depth=1 git@github.com:dwarvesf/fortress-web.git
cd fortress-web
pnpm install

Then, you can run locally in development mode with live reload:

pnpm dev

Open http://localhost:3000 with your favorite browser to see your project.

Deployment

Name Link
Development https://develop--fortress-v2.netlify.app/
Production https://fortress.d.foundation/

References

Name Link
API Doc https://develop-api.fortress.dwarvesf.com/swagger/index.html

Documentation