| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Key Features • How To Use • Related • License
This project was migrated from Create React App to Next.js (App Router) with full feature parity. You'll need Git and Node.js installed.
# Clone the repository
git clone https://github.com/Igorcbraz/GitFest
cd GitFest
# Copy environment variables
cp .env.example .env.local
# Edit .env.local and add your Supabase credentials
# Install dependencies
npm install
# Run in development
npm run dev
# Lint
npm run lint
# Build for production
npm run build
# Start production server
npm startThe following variables must be set in .env.local:
NEXT_PUBLIC_SUPABASE_PROJECT_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_API_KEY=your_supabase_anon_key
Deploy on any Next.js compatible platform (Vercel, Netlify with Next adapter, etc.). Ensure the environment variables above are configured in the hosting provider.
| Script | Description |
|---|---|
| dev | Starts Next.js in development mode |
| build | Creates an optimized production build |
| start | Starts the production server |
| lint | Runs ESLint (Next.js config) |
After migration there is no need for react-scripts. All previous functionality (OAuth, theme toggle, repository fetch, SVG generation) was preserved.
Instafest - Version to create lineup by your top songs
MIT
igorcbraz.me · GitHub @Igorcbraz · Linkedin @Igorcbraz
| Back | FazBrowse Home | New Git URL |