Skip to content

zacguymarino/ifspace-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ifSpace-Engine

Website (Video Tutorial)

ifSpace.net

Build Instructions

Prerequisites

The ifSpace engine uses Tauri to create its desktop software. Tauri requires certain prerequisites in order to function. These prerequisites can be found here: Tauri Prerequisites

Steps

  1. Download source code either via cloning or zip file
  2. Move code to your desired project folder
  3. Install the necessary packages: npm install
  4. Run the software in dev mode: npm run tauri dev
  5. Build the software: npm run tauri build