Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.77 KB

William Schneider Portfolio

Test It Out For Free: Deploy with Vercel

The Stack

Install + Build

First you must install the dependencies for the project:

yarn add -D tailwindcss
yarn add -D daisyui
yarn add -D tailwind-scrollbar
yarn add -D framer-motion
yarn install

*some configuration might be needed for your needs.

Test

After installing dependencies, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Deploy

After testing you web application, push your changes to main branch:

git add .
git commit -m 'website to production'
git push

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!