This is a website built on top of Next.js. It is currently static, all content is loaded in md.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
All development is done on the dev-branch. Once tested, a merge to the main branch will trigger a deploy on Vercel to https://staging.abelschupp.nl.
- add big back button on deeper pages
- make external links open in new tab
- make page links on index page consistent in styling with other links
- remove page transitions
- fix page transitions
- create typography page
- add bigger contact info
- create hover states
- convert all js to typescript
- move static content to CMS (Contentful?)
- smoother scrolling on mobile (easing / replace Monomove w/ Framer Motion?)