Portfolio website in Svelte, SvelteKit, Tailwind and shadcn-svelte.
Find a file
2024-03-16 15:01:07 +01:00
.github Merge pull request #232 from bartvdbraak/renovate/pnpm-action-setup-3.x 2024-02-15 11:01:23 +01:00
.husky feat: add staged pre-commit for prettier & eslint 2023-08-02 02:52:12 +02:00
src chore: add cert for az-400 2024-02-28 14:40:55 +01:00
static feat: implement dynamic og images using @ethercorps/sveltekit-og 2024-01-17 23:58:30 +01: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 feat: added svelte component render for og-images 2024-01-19 01:49:35 +01: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
LICENSE refactor: remove leftovers from nextjs 2023-07-29 15:24:11 +02:00
package.json fix(deps): update dependency lucide-svelte to ^0.358.0 2024-03-14 13:20:07 +00:00
pnpm-lock.yaml Merge pull request #296 from bartvdbraak/renovate/lucide-svelte-0.x 2024-03-16 15:01:07 +01:00
postcss.config.cjs feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01:00
README.md feat: update readme to reflect recent changes 2024-01-23 01:27:54 +01:00
svelte.config.js feat: rewrite all to use shadcn-svelte 2024-01-15 02:48:13 +01: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 feat: update site configuration and Vite environment variables 2024-01-22 13:24:18 +01: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.