- 💻 Available online at https://marinhedes.com and https://sincerelyfaust.com
- 💙 Written in TypeScript
- ⚛️ Built with Next.js
- 🎨 Styled with TailwindCSS
- 🚶♂️ Animated with Framer Motion
- 🔼 Deployed with Vercel
To develop and locally test the website:
Clone this repository from GitHub:
git clone https://github.com/SincerelyFaust/website
- Install Node.js and NPM
- Install PNPM (recommended opposed to NPM/Yarn)
- Code editor of your choice (I recommend VSCode)
Install node modules required to run the website by running:
pnpm i
pnpm dev
In a browser, load the page localhost:3000 and you should now be able to test the website while making your changes. Next.js' dev server has hot reloading so no need to restart the instance when it's running!
After making your changes and verifying it all works in the dev server, furtherly test them out by building the website:
pnpm build
pnpm start
In a browser, load the page localhost:3000 and you should now be able to view the built website.
Copyright @ 2023 - Marin Heđeš
This project is licensed under the MIT license.