Sentre
Search…
🥳
Welcome
Getting Started
DApp Manifest
Folder Structure
Available Scripts
Development
Advanced Usage
Submitting DApps
Updating to New Releases
References
Best Practices
Troubleshoots
🎨
Design Pricinples
📄
Litepaper
Powered By
GitBook
Available Scripts
New projects (via sen-scripts)
1
npx @senswap/sen-scripts senhub <your_project_name>
Copied!
Start
1
npm start // Start with development env
2
npm run serve // Start with staging env
Copied!
Manifest
1
npm run manifest // Build a manifest file
Copied!
Advances
1
npm run deploy // Manually redeploy remote resources
2
npm test // React test
3
npm run build // Production build only
4
npm run build:staging // Staging build only
Copied!
Previous
Folder Structure
Next
Development
Last modified
6mo ago
Copy link
Contents
New projects (via sen-scripts)
Start
Manifest
Advances