redefineD is dedicated to educating students about street medicine and the needs of underserved communities. By working closely with their parent organization, they provide members not only with knowledge but also with hands-on fieldwork opportunities. Through service, learning, and real-world experience, they aim to help marginalized populations redefine their lives while inspiring students to grow in purpose and create a lasting impact.
redefineD Website Template Figma Design File
redefineD Website Template runs on Node.js Version 20.10.0 and higher. Please ensure you have Node.js installed via the official website.
This project is built using Next.js, a React framework. Next.js is automatically installed when you install all dependencies for this project.
The following environment variables are required and must be stored in an .env file:
N/A# Install dependencies
npm i
# Add dependency
npm i <dependency>
# Remove dependency
npm un <dependency># Open a browser at localhost:3000
npm run dev# Rewrite code recursively with proper formatting
npm run format
# Show formatting differences recursively
npm run checknpm run eslintnpm run build