https://github.com/ankeetmaini/morph
Re-creating Ramjet from the first version solely for the purpose of learning Rich Harris's craft!
https://github.com/ankeetmaini/morph
Last synced: about 1 year ago
JSON representation
Re-creating Ramjet from the first version solely for the purpose of learning Rich Harris's craft!
- Host: GitHub
- URL: https://github.com/ankeetmaini/morph
- Owner: ankeetmaini
- Created: 2019-07-19T03:53:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:48:20.000Z (over 3 years ago)
- Last Synced: 2025-02-10T21:19:14.076Z (over 1 year ago)
- Language: TypeScript
- Size: 916 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# morph
learning how [Ramjet](https://github.com/Rich-Harris/ramjet) works by going over the source.
[Rich Harris](https://github.com/Rich-Harris) is awesome and a Boss! (thanks)
# run
```bash
yarn dev
```