Angelica Willianto 17340d103b fix: rockets dashboard
2024-08-12 13:37:50 +07:00
2024-07-11 11:27:04 +08:00
2024-08-12 13:37:50 +07:00
2024-07-11 11:27:04 +08:00
2024-07-16 12:37:30 +08:00
2024-06-03 18:17:16 +08:00
2024-06-03 18:17:16 +08:00
2024-06-03 18:17:16 +08:00
2024-07-16 12:37:30 +08:00
2024-06-03 18:17:16 +08:00
2024-07-16 12:37:30 +08:00
2024-08-12 13:37:50 +07:00
2024-06-03 18:17:16 +08:00

Hypergolic

A nostrocket client

Pull Requests

Please only solve ONE problem at a time.

Indicate to others that you are working to solve a particular problem by claiming it on nostrocket or commenting on the github issue so that others do not duplicate your work.

Pull request should contain only ONE commit that solves exactly ONE problem. The probelm SHOULD be from the github or nostrocket issue tracker (but doesn't have to be).

The commit message MUST be a short summary of the problem being solved, usually this should be the same as title of the problem from the github or nostrocket issue tracker.

Style Guide

Avoid uneccessary whitespace changes. Whitespace changes make it difficult to see what code was really changed.

UX Library

https://www.shadcn-svelte.com/docs

Getting Paid

If you want to get paid for working on this project, demonstrate your capability by solving some problems and adhering to the instructions in this readme. After you have 2-3 PR's merged, DM gsovereignty on nostr to have a conversation about paid work.

Developing

npm install

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Description
No description provided
Readme 5.1 MiB
Languages
Svelte 67%
TypeScript 32.1%
CSS 0.4%
JavaScript 0.3%
Dockerfile 0.1%
Other 0.1%