forked from trent_larson/crowd-funder-for-time-pwa
doc: Add helpful setup instructions for quick start for new devs.
This commit is contained in:
@@ -8,8 +8,10 @@ This guide explains how to build TimeSafari for different platforms using the co
|
||||
|
||||
```bash
|
||||
# 🖥️ Web Development
|
||||
npm run build:web:dev # Start development server with hot reload
|
||||
npm run build:web:prod # Production build
|
||||
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
|
||||
|
||||
# 📱 Mobile Development
|
||||
npm run build:ios # iOS build (opens Xcode)
|
||||
@@ -2401,4 +2403,4 @@ All scripts use consistent error handling:
|
||||
|
||||
---
|
||||
|
||||
**Note**: This documentation is maintained alongside the build system. For the most up-to-date information, refer to the actual script files and Vite configuration files in the repository.
|
||||
**Note**: This documentation is maintained alongside the build system. For the most up-to-date information, refer to the actual script files and Vite configuration files in the repository.
|
||||
|
||||
Reference in New Issue
Block a user