Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.09 KB

README.md

File metadata and controls

39 lines (27 loc) · 2.09 KB

my-website CodeFactor install size GitHub issues Twitter

Made with 🖤 using Chakra UI and starter code from Daggy1234

Deploy with Vercel Deploy to Netlify

Getting Started

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 http://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.

References