Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiken-lang/site
Website and Docs for Aiken
https://github.com/aiken-lang/site
aiken docs
Last synced: 15 days ago
JSON representation
Website and Docs for Aiken
- Host: GitHub
- URL: https://github.com/aiken-lang/site
- Owner: aiken-lang
- License: apache-2.0
- Created: 2022-12-14T18:28:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T19:30:11.000Z (about 1 month ago)
- Last Synced: 2024-12-12T06:11:40.447Z (22 days ago)
- Topics: aiken, docs
- Language: MDX
- Homepage: https://aiken-lang.org
- Size: 5.59 MB
- Stars: 8
- Watchers: 3
- Forks: 48
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aiken Documentation
This is a website powered by [nextra](https://nextra.site/).
It contains all of [Aiken's](https://github.com/aiken-lang/aiken) docs
and is available at [https://aiken-lang.org](https://aiken-lang.org).## Dev
This project uses [pnpm](https://pnpm.io/).
When working locally run these commands:
```sh
pnpm installpnpm dev
```The site should now be available at http://localhost:3000.