https://github.com/giacomocavalieri/stitch_app
🧶 A web app to help with knitting patterns
https://github.com/giacomocavalieri/stitch_app
Last synced: 28 days ago
JSON representation
🧶 A web app to help with knitting patterns
- Host: GitHub
- URL: https://github.com/giacomocavalieri/stitch_app
- Owner: giacomocavalieri
- Created: 2024-04-10T21:42:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T21:42:37.000Z (about 1 year ago)
- Last Synced: 2025-03-28T17:00:04.011Z (29 days ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stitch_app
[](https://hex.pm/packages/stitch_app)
[](https://hexdocs.pm/stitch_app/)```sh
gleam add stitch_app
```
```gleam
import stitch_apppub fn main() {
// TODO: An example of the project in use
}
```Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```