https://github.com/crazyurus/hackerese
Hackerese translator
https://github.com/crazyurus/hackerese
coze hackerese
Last synced: 8 months ago
JSON representation
Hackerese translator
- Host: GitHub
- URL: https://github.com/crazyurus/hackerese
- Owner: crazyurus
- License: mit
- Created: 2024-08-17T12:37:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T08:35:00.000Z (over 1 year ago)
- Last Synced: 2025-02-06T09:34:37.559Z (over 1 year ago)
- Topics: coze, hackerese
- Language: TypeScript
- Homepage: https://hackerese.crazyurus.com
- Size: 441 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackerese Translator
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)