Quick Start Guide
Get up and running with Immersive Awe Canvas in minutes.
Prerequisites
- Node.js 16+ (recommend using nvm)
- Bun (recommended) or npm
- Git
Local Development
1. Clone the Repository
2. Install Dependencies
Using Bun (recommended):
Or using npm:
3. Start the Development Server
Open http://localhost:5173 in your browser.
4. Build for Production
The production build will be in the dist/
directory.
5. Preview Production Build
Deployment
The project is automatically deployed to GitHub Pages on every push to the main
branch. Pull requests generate preview deployments for review.
Manual Deployment
-
Build the project:
-
Deploy to GitHub Pages:
Project Scripts
dev
: Start development serverbuild
: Create production buildpreview
: Preview production build locallylint
: Run ESLintformat
: Format code with Prettier
Next Steps
- Explore the Details for advanced configuration
- Check out the keyboard shortcuts for navigation
- Learn how to create custom worlds