This is my solution to the "Maker pre-launch landing page" challenge by Frontend Mentor. Therefore, Maker is not a real company or organization.
To run the project, you need to have Node.js and Git installed on your machine. You can install Node.js here and Git here.
First, navigate to the folder where you want to keep the project folder. Then clone this repository:
git clone https://github.com/dcdm3g/maker-pre-launch-landing-page
Now that you have the project folder, navigate to it and install the dependencies:
cd maker-pre-launch-landing-page && npm install
Perfect! It's almost done! We just need to start Next.js in development mode with the following command:
npm run dev
Everything is ready! The application will start at http://localhost:3000 by default. See the Next.js documentation for more information.