Tamer Hayek Website
This route is completely public. Authentication not required.
You can find the following pages:
- Homepage
The application runs using SvelteKit SSR framework for Svelte. The application is entirely server-side rendered. It's very fast and efficient. It's also very easy to use and the build size is very small. It uses the Node Adapter.
So this application is entirely built using SvelteKit in TypeScript.
The design is based on TailwindCSS and DaisyUI frameworks.
It is possible to view the website in two different languages thanks to Inlang ParaglideJS. The available languages are english and italian and the default one is italian.
- fountsource Font package. In this project, the font is Open Sans.
- tabler-icons Icons package.
As a collaboration tool we use Git and GitHub
git clone https://github.com/tamerhayek/portfolio
Make sure to install every dependency in the package.json
before running any command.
pnpm install
pnpm inlang:compile
pnpm build
pnpm dev
With the host option:
pnpm dev:host
pnpm build
pnpm preview