Welcome to the "Youcan Challenge" website repository! This website is built using Next.js with Static Site Generation (SSG) and is designed to showcase the capabilities and challenges offered by Youcan.
The "Youcan Challenge" website is a static site generated using Next.js. It serves as a platform to promote challenges related to Youcan.
Before you begin, ensure you have the following prerequisites:
- Node.js: Make sure you have Node.js installed. You can download it from https://nodejs.org/.
-
Clone this repository to your local machine:
git clone https://github.com/ChoaibMouhrach/coding-challenges
-
Change directory to the project folder:
cd coding-challenges
-
Install the project dependencies:
npm install
To run the development server, use the following command:
npm run dev
This will start the development server, and you can access the website locally at http://localhost:3000.
For production builds and deployment, use:
npm run build
npm run start
Here is an overview of the project's folder structure:
/components
: React components used throughout the site./pages
: Pages for the website, following Next.js conventions./public
: Static assets like images, styles, and fonts./styles
: CSS styles for the project.
To deploy the "Youcan Challenge" website, you can follow the deployment instructions for Next.js on platforms like Vercel, Netlify, or your own server.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository to your GitHub account.
- Create a new branch with a descriptive name for your feature or fix.
- Make your changes and commit them with clear and concise messages.
- Push your branch to your forked repository.
- Create a pull request to this repository's main branch.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to reach out to the project maintainers for any questions, feedback, or issues related to the "Youcan Challenge" website.