Skip to content

Latest commit

Β 

History

History
52 lines (37 loc) Β· 1.89 KB

README.md

File metadata and controls

52 lines (37 loc) Β· 1.89 KB

My personal website and blog. Built with TypeScript, React, Next.js, Tailwind CSS, Prisma, and deployed on Vercel.

alexnault.dev preview

Features

  • πŸš€ Super fast
  • πŸ”Ž Search engine optimized
  • β™Ώ Accessible
  • πŸ“± Responsive
  • πŸ”’ Secure
  • πŸŒ™ Light and dark mode
  • πŸ“˜ Typed with TypeScript
  • βœ”οΈ Uses best practices

Getting started

  • git clone https://github.com/alexnault/alexnault.dev.git
  • cd alexnault.dev
  • npm i
  • npm run generate
  • npm run dev
  • Open localhost:3000

Commands

Command Description
npm run build Build the production application in the .next folder
npm run dev Start the development server at localhost:3000
npm run format Format files with Prettier
npm run lint Lint files with ESlint
npm run start Start the production server at localhost:3000

Contributing

Contributions of all kind are welcomed! Simply submit a PR.

Acknowledgements

Thanks to:

Licenses