This is a Next.js project bootstrapped with create-next-app
.
- Install VSCode, Git, and Node.js on your computer.
- Optionally, install GitHub Desktop for an easier experience.
- Depending on your computer, you may have to configure the PATH Environment Variable to support Node.js and Git
- Click 'Fork' near the top of the repository display.
- Click 'Create Fork' and navigate to the repository in your profile.
- Click the green 'Code' button and copy the HTTPS URL.
- Clone the repository with either GitHub Desktop or the command:
git clone <URL>
in your desired folder.
- This might error you if your PATH Environment Variable isn't configured, there's lots of documentation of this fix online, though.
- Open the folder in VSCode and open VSCode's terminal.
- Run
npm install
to install all of the packages needed to support the project.
- Also a PATH moment
- Run
npm run dev
to start the development environment for the app. - Navigate to localhost:3000 in your web browser of choice.
- Look around the website, and mess with the code while you're at it.
- If you want to save your changes, you can push them back to your GitHub which I challenge you to do alone.
- Have fun!
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.