Your first project
A guided walkthrough that takes you from an empty workspace to a configured, deployed project.
1. Plan your project structure
You have…
Use…
2. Create the project
3. Customise your build
build:
command: npm run build
output: dist/
node: 20
install: npm ci
deploy:
framework: auto
routes:
- source: /api/*
destination: /api/[...path].js4. Set up preview deploys
5. Deploy
Sample project
Where to go next
Custom domainsAutomationsPermissions
Was this helpful?