Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnguyen9800/roblox-knit-demo
Simple test on knit-framework (Roblox & Lua)
https://github.com/sonnguyen9800/roblox-knit-demo
Last synced: 1 day ago
JSON representation
Simple test on knit-framework (Roblox & Lua)
- Host: GitHub
- URL: https://github.com/sonnguyen9800/roblox-knit-demo
- Owner: sonnguyen9800
- Created: 2022-06-10T07:00:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T08:26:32.000Z (over 2 years ago)
- Last Synced: 2024-11-18T06:54:35.112Z (2 months ago)
- Language: Lua
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knit-demo
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.1.1.## Getting Started
To build the place from scratch, use:```bash
rojo build -o "knit-demo.rbxlx"
```Next, open `knit-demo.rbxlx` in Roblox Studio and start the Rojo server:
```bash
rojo serve
```For more help, check out [the Rojo documentation](https://rojo.space/docs).
## Requirement
- wally
- rojo## Install knit
```
wally install
```