Landing page for Understories - seeding light in the dark forest.
This repository is configured to work with GitHub Pages. To enable your site:
-
Repository Settings:
- Go to your repository on GitHub
- Click on Settings tab
- In the left sidebar, select Pages
- Under "Build and deployment", select Deploy from a branch
- Under "Branch", select main (or your default branch)
- Select / (root) as the folder
- Click Save
-
Wait for Deployment:
- GitHub will build and deploy your site
- This usually takes 1-2 minutes
- Your site will be available at
https://understories.github.io/
-
Verify:
- The
.nojekyllfile is included to ensure GitHub Pages serves the site as-is without Jekyll processing - Your
index.htmlis in the root directory, which is the correct location
- The
To run the site locally:
npm start
# or
python3 -m http.server 8000Then visit http://localhost:8000 in your browser.