Skip to content

deepanshutiwari27/nextnode-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextNode Learning Platform

Interactive learning platform for Node.js and Next.js concepts.

Development

npm install
npm run dev

Open http://localhost:3000 to view the app.

Build for Production

npm run build

Deploy to GitHub Pages

This project is configured to automatically deploy to GitHub Pages when you push to the main branch.

Manual Setup (if needed)

  1. Go to your repository Settings
  2. Navigate to Pages
  3. Under "Source", select "GitHub Actions"
  4. The workflow will automatically build and deploy on every push to main

Custom Repository Name

If your repository is not named web, you'll need to update the basePath in next.config.js:

basePath: '/your-repo-name',
trailingSlash: true,

Then rebuild and redeploy.

Project Structure

├── levels/          # Individual level definitions
├── pages/           # Next.js pages
├── nextnode-learning.tsx  # Main component
└── .github/workflows/  # GitHub Actions workflow

About

learn next.js and node.js in a gamified manner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors