Browse Source

doc: Add helpful setup instructions for quick start for new devs.

pull/164/head^2
Trent Larson 3 days ago
parent
commit
81377d1fb6
  1. 4
      BUILDING.md

4
BUILDING.md

@ -8,7 +8,9 @@ This guide explains how to build TimeSafari for different platforms using the co
```bash ```bash
# 🖥️ Web Development # 🖥️ Web Development
npm run build:web:dev # Start development server with hot reload npm install # setup -- and pkgx.dev `dev` command before this will set environment with npm, etc
npm run build:web:serve -- --test # Start with test endorser server
npm run build:web:dev # Start development server with hot reload with local endorser server
npm run build:web:prod # Production build npm run build:web:prod # Production build
# 📱 Mobile Development # 📱 Mobile Development

Loading…
Cancel
Save