https://github.com/escherize/gleam_toy_chess
https://github.com/escherize/gleam_toy_chess
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/escherize/gleam_toy_chess
- Owner: escherize
- Created: 2024-12-28T03:01:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-24T23:51:47.000Z (about 1 year ago)
- Last Synced: 2025-05-25T01:05:12.157Z (about 1 year ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app
[](https://hex.pm/packages/app)
[](https://hexdocs.pm/app/)
```sh
gleam add app@1
```
```gleam
import app
pub 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
```