- Basic website structure
- Core information pages
- Mobile-responsive design
- Dark/light mode
- User authentication for mentors and mentees
- Integration with VATSIM data API
- Integration with VATSIM-Germany data API
- Signup System via VATSIM-Germany SSO
- Move PMP-Signup from Forum to website
- Implement styling for/and forms
- Create proper 404 and error pages
- Add analytics for usage tracking
- Node.js (v14 or newer)
- npm or yarn
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm run dev - Open your browser at
http://localhost:3000
- Build the application:
npm run build - Start the production server:
npm start
If you need to run the legacy Express server:
npm run express