Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazyurus/hackerese

Hackerese translator
https://github.com/crazyurus/hackerese

coze hackerese

Last synced: 22 days ago
JSON representation

Hackerese translator

Awesome Lists containing this project

README

        

# Hackerese Translator

[![Netlify Status](https://api.netlify.com/api/v1/badges/59c492af-2a79-491c-8ffa-77898ad89464/deploy-status)](https://app.netlify.com/sites/hackerese/deploys)

https://hackerese.crazyurus.com/

## Setup

Install the dependencies:

```bash
pnpm install
```

## Get Started

Start the dev server:

```bash
pnpm dev
```

Enable optional features or add a new entry:

```bash
pnpm new
```

Build the app for production:

```bash
pnpm build
```

Preview the production build locally:

```bash
pnpm serve
```

For more information, see the [Modern.js documentation](https://modernjs.dev/en).

## License

[MIT](./LICENSE)