Portfolio website in Svelte, SvelteKit, Tailwind and shadcn-svelte.
Find a file
2024-12-17 21:43:35 +01:00
.github Move to Docker build without Vercel 2024-10-10 00:13:06 +02:00
src Remove husky and change startYear of Blender 2024-12-17 21:43:35 +01:00
static feat: implement dynamic og images using @ethercorps/sveltekit-og 2024-01-17 23:58:30 +01:00
.dockerignore Move to Docker build without Vercel 2024-10-10 00:13:06 +02:00
.eslintignore feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
.eslintrc.cjs feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
.gitignore Move to Docker build without Vercel 2024-10-10 00:13:06 +02:00
.npmrc feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
.prettierignore feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
.prettierrc feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
components.json feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
Dockerfile add curl for hc 2024-10-18 03:10:14 +02:00
LICENSE refactor: remove leftovers from nextjs 2023-07-29 15:24:11 +02:00
package.json update deps 2024-10-18 01:59:34 +02:00
pnpm-lock.yaml update deps 2024-10-18 01:59:34 +02:00
postcss.config.cjs feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
README.md Move to Docker build without Vercel 2024-10-10 00:13:06 +02:00
svelte.config.js Move to Docker build without Vercel 2024-10-10 00:13:06 +02:00
tailwind.config.js feat: add Geist font files and update tailwind and global styles 2024-01-17 23:39:54 +01:00
tsconfig.json feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
vite.config.ts Move to Docker build without Vercel 2024-10-10 00:13:06 +02:00

hellob.art

current work and studies in a SvelteKit-based portfolio

Description

This is a personal website built with Svelte and SvelteKit. It includes a variety of components and routes, and it's styled with Tailwind CSS. The project is set up with a number of quality assurance tools, including ESLint, Prettier, and Husky.

Installation

To install the project and its dependencies, follow these steps:

  1. Ensure you have pnpm installed on your system. If not, you can install it by running:

    npm install -g pnpm
    
  2. Run the following command to install the project dependencies:

    pnpm install
    

Build

To build the project, execute the following command:

pnpm build

Run

To run the project locally, use the following command:

pnpm run dev
# or
pnpm run dev -- --open

Project Structure

This project has the following structure:

  • src/: This is where the main application code is stored. This includes:
    • app.d.ts, app.html, app.pcss: Main application files.
    • lib/: Contains assets, components, config, content, etc.
    • routes/: Contains routing layout, pages and server-side code.
    • styles/: Contains style files.
  • static/: Contains static files like browserconfig.xml, site.webmanifest, and fonts.
  • .github/: Contains GitHub related files like dependabot.yml, renovate.json, and workflows.
  • Configuration files: .eslintignore, .eslintrc.cjs, .gitignore, .npmrc, .prettierignore, .prettierrc, postcss.config.cjs, svelte.config.js, tailwind.config.js, tsconfig.json, vite.config.ts.

Contributing

I'm open to contributions! If you find any bugs, have suggestions, or want to add something interesting, feel free to open an issue or submit a pull request.

License

This project is licensed under the terms of the LICENSE file.