Enoria
  • Home
  • Guide
    • Getting Started
    • Hello world!
    • Widgets
      • Container
      • Column
      • Row
      • Form
      • GridBuilder
      • ListBuilder
      • TextLabel
      • TextButton
      • ImageLabel
      • ImageButton
      • PageLayout
      • ScrollContainer
      • Stack
      • TextBox
      • TextFormField
      • VerticalSpacer
      • HorizontalSpacer
      • Viewport
  • Events
  • State Management
    • Stores
    • Observer
  • Animations
  • Build forms with validation
  • Theming
    • Classes
Powered by GitBook
On this page
  • Installation
  • Or with VS Code and Rojo
  • Uninstall
  • Enoria Snippets VS Code Extension

Was this helpful?

  1. Guide

Getting Started

Learn how to install Enoria and create a project.

PreviousHomeNextHello world!

Last updated 4 years ago

Was this helpful?

Installation

If you are on Roblox Studio, download the latest release model and put it into ReplicatedStorage:

Or with VS Code and Rojo

Download the github repo:

or install Enoria CLI to help you:

npm install enoria

Put it in shared/ ReplicatedStorage

cd src
cd shared
enoria init

Uninstall

(make sure you are in Enoria installation directory)
enoria uninstall

Enoria Snippets VS Code Extension

Search for "Enoria Snippets" in Extensions section in VS Code.

https://github.com/Buildex/Enoria/releases
https://github.com/Buildex/Enoria