Skip to content

Latest commit

 

History

History

frontend

TODO

  • Add footer back
  • Fix About page Timeline
  • Fix About page Skills
  • Fix Projects prose typography
  • Update this Readme
  • Make sure Sanity setup is good. Maybe use https://www.sanity.io/plugins/sanity-codegen ?
    • Wait for v 1.0.0 to release before implementing.
  • Fix project web link in card grid
  • Switch to Iconify https://iconify.design/ for my icons, both navbar and skill section

Developing

Install dependencies with npm install

Run the development server with
npm run dev

or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.
I'm using StaticAdapter for this project.