Portfolio website in Svelte, SvelteKit, Tailwind and shadcn-svelte.
Find a file
2023-08-01 09:10:11 +02:00
.github refactor: remove leftovers from nextjs 2023-07-29 15:24:11 +02:00
src Merge pull request #78 from bartvdbraak/feat/layout-changes 2023-07-31 02:13:52 +02:00
static feat: revamped tool page with 3d graphics 2023-07-31 01:38:53 +02:00
.eslintignore feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
.eslintrc.cjs feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
.gitignore feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
.npmrc feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
.prettierignore feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
.prettierrc feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
LICENSE refactor: remove leftovers from nextjs 2023-07-29 15:24:11 +02:00
package.json fix(deps): update dependency @threlte/extras to v5.0.0 2023-08-01 07:07:04 +00:00
pnpm-lock.yaml fix(deps): update dependency @threlte/extras to v5.0.0 2023-08-01 07:07:04 +00:00
postcss.config.cjs feat: added skeleton as ui toolkit 2023-07-29 15:03:03 +02:00
README.md docs: rewrite some documentation sections 2023-07-29 15:03:03 +02:00
svelte.config.js feat: added skeleton as ui toolkit 2023-07-29 15:03:03 +02:00
tailwind.config.cjs feat: added skeleton as ui toolkit 2023-07-29 15:03:03 +02:00
tsconfig.json feat: create initial app skeleton 2023-07-29 15:01:15 +02:00
vite.config.ts feat: added vercel web vitals implementation 2023-07-29 19:07:32 +02:00

hellob.art

a simple portfolio

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

Technologies Used

  • Svelte: The framework used for building this portfolio project.
  • SvelteKit: The tooling and routing framework for Svelte projects.
  • Tailwind CSS: A utility-first CSS framework packed with classes.
  • Skeleton: UI Toolkit for Svelte + Tailwind.

Deployment

The portfolio is hosted using Vercel. You can access it at https://hellob.art.

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 GPLv3 License. Feel free to explore, learn, and have fun!

Get in Touch

Let's connect! You can find me on:

Looking forward to hearing from you! 😊