fission-codes / dashboard

The account dashboard for the Fission platform
https://dashboard.fission.codes
GNU Affero General Public License v3.0
8 stars 0 forks source link
elm-lang fission-suite

Dashboard

Main Build Built by FISSION Discord Discourse

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:

QuickStart

Table of Contents

How To

Build with nix

$ nix-shell

This will set you up with a shell that has all executable tools needed for development.

We recommend using lorri for something a better developer experience.

Run

$ 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.