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

https://github.com/mopsgamer/space-soup

A space calculator web-app.
https://github.com/mopsgamer/space-soup

go htmx math tailwindcss typescript

Last synced: 2 months ago
JSON representation

A space calculator web-app.

Awesome Lists containing this project

README

        

# SpaceSoup

[![github](https://img.shields.io/github/stars/Mopsgamer/space-soup.svg?style=flat)](https://github.com/Mopsgamer/space-soup)
[![github issues](https://img.shields.io/github/issues/Mopsgamer/space-soup.svg?style=flat)](https://github.com/Mopsgamer/space-soup/issues)

A space calculator web-app.

## Building from source

Requirements:

- Go@^1.23
- Deno@^2.0

> [!TIP]
> First setup:
>
> 1. Run `deno task init:build`.
> 2. Change the `.env` file.
> 3. Run `deno task serve`.

Read more about contributing [here](./CONTRIBUTING.md).