View the latest deploy here: https://mknepprath-next.mknepprath.now.sh.
- Open your terminal.
- Navigate to the directory you'd like to clone this repository to.
- To clone, run
git clone https://github.com/mknepprath/mknepprath-next.git
. - Navigate into the cloned directory:
cd mknepprath-next
. - To install packages, run
npm i
. - To run the website locally, run
npm run dev
. - You can now view the website in your browser at
localhost:3000
.