Made with 🖤 using Chakra UI and starter code from Daggy1234
You can either click one of the Deploy
buttons on this repository or clone the repo directly from your terminal:
npx degit buddywhitman/my-website <YOUR_APP_NAME>
Then, run the development server:
npm install
# or
yarn install
npm run dev
# or
yarn dev
(I recommend using a single package manager for the project - yarn OR npm, mixing em can result in missing packages)
Open https://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/index.tsx
. The page auto-updates as you edit the file.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Chakra UI
- TypeScript