Documentation

Everything you need to get started with Nova_A.

Getting Started

Nova_A is a complete modern choice of your plan. This guide will help you get up and running in minutes.

Quick Start

For the impatient:
npm install pnpm && pnpm install && pnpm install tauri && pnpm tauri build

Installation

Install using our preferred package manager: pnpm

install pnpm using npm

npm install pnpm

initialize pnpm

pnpm install 

install tauri using pnpm

pnpm install tauri

For running dev version: 

pnpm tauri dev

For running build version: 

pnpm tauri build

Requirements

  • Node.js: v18.0.0 or higher
  • npm: v9.0.0 or higher
  • vue: v3.3.0 ONLY (automatically installed via package.json)
  • TypeScript: v5.0.0 or higher (automatically installed via package.json)
  • RustToolchain: rustup, cargo, wasm-pack. NOT required but recommended!
  • Operating System: Windows 10+
  • Memory: 512MB RAM minimum (2GB recommended)
  • Disk Space: 5GB for setup, 20MB for running exe only,

FAQ

How do I report a bug?

Open an issue on GitHub Issues with reproduction steps.

Is OpenForge production-ready?

Sadly NOT. We are trying to speed up development speed.

How do I contribute?

Check our Community page for contribution guidelines.

Need more?

Check out the full API reference on GitHub.