Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.57 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.57 KB

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. 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
  2. Click 'Fork' near the top of the repository display.
  3. Click 'Create Fork' and navigate to the repository in your profile.
  4. Click the green 'Code' button and copy the HTTPS URL.
  5. 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.
  1. Open the folder in VSCode and open VSCode's terminal.
  2. Run npm install to install all of the packages needed to support the project.
  • Also a PATH moment
  1. Run npm run dev to start the development environment for the app.
  2. Navigate to localhost:3000 in your web browser of choice.
  3. Look around the website, and mess with the code while you're at it.
  4. If you want to save your changes, you can push them back to your GitHub which I challenge you to do alone.
  5. Have fun!

Learn More

To learn more about Next.js, take a look at the following resources: