You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
381 B
Markdown

5 months ago
# Shortest Sum of Squares
This is a simple web application that shows a precomputed list of the shortest sum of squares for a given number. The list is
generated in Julia and then exported as a text file. The web application is built using Vite and SolidJS.
## Usage
### Setup
```bash
bun install
```
### Development
```bash
bun dev
```
### Build
```bash
bun run build
```