Skip to content

RedEagleStudios/test-sample

Repository files navigation

Installation

Windows

In your Windows Terminal (Powershell):

  1. Install scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
  1. Install bun & Node:
scoop install bun
scoop install nodejs-lts
  1. Install rgl:
irm rgl.ink0rr.dev/install.ps1 | iex
MacOS
  1. Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install bun & node
brew install oven-sh/bun/bun
brew install node
  1. Install rgl:
curl -fsSL rgl.ink0rr.dev/install.sh | sh
  1. Install typing dependency (for auto complete):
bun i
  1. Run rgl watch
rgl watch

Creating new project

Just run

rgl init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors