Skip to content

compulim/experiment-how-to-use-hooks

Repository files navigation

Your repository is almost ready

There are few more steps to enable GitHub Pages and continuous deployment.

  1. Enable GitHub Pages
    1. Navigate to Pages settings
    2. In the "Source" field, select "GitHub Actions"
  2. Trigger the deployment
    1. Modify and commit App.tsx to the main branch
    2. Check deployment workflow at Deploy static content to Pages

GitHub Codespaces

You can set up prebuild to speed up Codespaces creation. The prebuilt image will pre-install all dependencies under /node_modules/ with initial build.

  1. Set up Codespaces prebuilds
    1. Check prebuild workflow at Codespaces Prebuilds

Once the prebuild action is completed, you can create a new prebuilt codespace.