This is a Next.js project bootstrapped with create-next-app
.
View on https://jenniferpatel.com/
If you are forking this repo, install the packages:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
When you're ready to deploy,
npm run build
then
npm run start
- Replace the fonts you want to use globally in the /components/layout.js and /styles/_type.scss files.
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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!