An open API service indexing awesome lists of open source software.

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

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)