No description
This repository has been archived on 2024-10-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
aleidk f411544fe9
First commit
Create basic render engine that only allows to add elements
2024-09-10 11:30:23 -03:00
public First commit 2024-09-10 11:30:23 -03:00
src First commit 2024-09-10 11:30:23 -03:00
.gitignore First commit 2024-09-10 11:30:23 -03:00
bun.lockb First commit 2024-09-10 11:30:23 -03:00
eslint.config.js First commit 2024-09-10 11:30:23 -03:00
index.html First commit 2024-09-10 11:30:23 -03:00
package.json First commit 2024-09-10 11:30:23 -03:00
README.md First commit 2024-09-10 11:30:23 -03:00
tsconfig.json First commit 2024-09-10 11:30:23 -03:00
vite.config.ts First commit 2024-09-10 11:30:23 -03:00

yarjs

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.16. Bun is a fast all-in-one JavaScript runtime.