Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 install

pnpm dev
```

The site should now be available at http://localhost:3000.