https://github.com/dwarvesf/fortress-web
Team dashboard to manage resources and measure performance
https://github.com/dwarvesf/fortress-web
Last synced: about 1 year ago
JSON representation
Team dashboard to manage resources and measure performance
- Host: GitHub
- URL: https://github.com/dwarvesf/fortress-web
- Owner: dwarvesf
- Created: 2022-10-31T07:40:12.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-20T11:14:57.000Z (over 1 year ago)
- Last Synced: 2024-11-20T12:12:52.630Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://fortress.d.foundation
- Size: 3.17 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Fortress Web V2
Web dashboard application for managing resources and measuring performance at https://dwarves.foundation/.
## Quick Start
```bash
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:
```bash
pnpm dev
```
Open [http://localhost:3000](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
- [Getting started](./docs/GETTING_STARTED.md)
- [Tech ecosystem](./docs/TECH_ECOSYSTEM.md)
- [Code style](./docs/CODE_STYLE.md)
- [Writing tests](./docs/WRITING_TEST.md)
- [Editor](./docs/EDITOR.md)
- [Deployment](./docs/DEPLOYMENT.md)