There are few more steps to enable GitHub Pages and continuous deployment.
- Enable GitHub Pages
- Navigate to Pages settings
- In the "Source" field, select "GitHub Actions"
- Trigger the deployment
- Modify and commit
App.tsx
to themain
branch - Check deployment workflow at
- Modify and commit
You can set up prebuild to speed up Codespaces creation. The prebuilt image will pre-install all dependencies under /node_modules/
with initial build.
Once the prebuild action is completed, you can create a new prebuilt codespace.