Recommended Operating System: Linux
Setup
npm install, install required dependencies
Development
npm run dev, start development servernpm run build, build projectnpm run start, run projectnpx ncu, update npm packages
YouTube API
- Enable in Google Cloud
- Create Credentials
- Set
YOUTUBE_API_KEYin.env.local
Upgrade Dependencies
- Update NPM dependencies (
npx npm-check-updates --interactive --format group) - Update
engines.nodeinpackage.json
Directories
pagesTSX, all pages of the sitecomponentsTSX, react componentspublicTypescript, static fileslibTypescript, shared utilitiestypesTypescript, type definitions
Built with