Quick scaffold for an educational institution site with a vibrant "liquid glass" aesthetic and a focus on books, brain science, and learning resources.
Features:
- Home, About, Academics, Admissions, Events, Contact, Resources, Gallery pages
- Admin panel (password protected) to upload images to the Gallery and edit page content
- Images saved to
public/uploadsand metadata indata/uploads.json
Setup:
- npm install
- Copy
.env.exampleto.env.localand setADMIN_PASSWORDandADMIN_JWT_SECRET - npm run dev
Admin:
- Visit
/adminto login and upload (uses a JWT cookie; make sure to setADMIN_JWT_SECRET).
Note: This scaffold uses placeholder images (picsum) initially. Replace them with real images later.