https://github.com/fission-codes/dashboard
The account dashboard for the Fission platform
https://github.com/fission-codes/dashboard
elm-lang fission-suite
Last synced: about 1 month ago
JSON representation
The account dashboard for the Fission platform
- Host: GitHub
- URL: https://github.com/fission-codes/dashboard
- Owner: fission-codes
- License: agpl-3.0
- Created: 2020-12-07T22:24:23.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-02-20T14:03:31.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:56:18.266Z (3 months ago)
- Topics: elm-lang, fission-suite
- Language: Elm
- Homepage: https://dashboard.fission.codes
- Size: 810 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dashboard
[](https://fission-dashboard.fission.app)
[](https://fission.codes)
[](https://discord.gg/zAQBDEq)
[](https://talk.fission.codes)This is the dashboard that allows users and developers to manage their accounts and related platform components for Fission.
It goes alongside the rest of the Fission platform components, including:
* [fission](https://github.com/fission-suite/fission) - the server and CLI
* [auth-lobby](https://github.com/fission-suite/auth-lobby) - the authentication lobby that is used for users to give permission to apps# QuickStart
# Table of Contents
# How To
## Build with [nix](https://github.com/NixOS/nix)
```sh
$ nix-shell
```This will set you up with a shell that has all executable tools needed for development.
We recommend using [`lorri`](https://github.com/target/lorri) for something a better developer experience.
## Run
```sh
$ just install-deps
$ just config=staging
# Or, running a hot-reloading server
$ just config=staging hot
# Or, run against production
$ just config=production
```Now there is a development server running on http://localhost:8004. Open that link in your browser to see the running app.
# Tailwind UI
Note: we are using **Tailwind UI**, which has commercial licensing requirements. If you intend to use this project for your own public, production purposes, you must [buy a Tailwind UI license](https://tailwindui.com/pricing).