Skip to content

fission-codes/dashboard

Repository files navigation

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:

  • fission - the server and CLI
  • auth-lobby - the authentication lobby that is used for users to give permission to apps

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.