mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
Portfolio website in Svelte, SvelteKit, Tailwind and shadcn-svelte.
.github | ||
.husky | ||
app | ||
assets/fonts | ||
components | ||
config | ||
lib | ||
public | ||
src | ||
static | ||
styles | ||
types | ||
.commitlintrc.json | ||
.depcheckrc | ||
.editorconfig | ||
.env.example | ||
.eslintignore | ||
.eslintrc.cjs | ||
.eslintrc.json | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
env.mjs | ||
LICENSE | ||
next.config.js | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
postcss.config.js | ||
README.md | ||
renovate.json | ||
svelte.config.js | ||
tailwind.config.cjs | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
hellob.art
a simple portfolio
Installation
To install the project and its dependencies, follow these steps:
-
Ensure you have
pnpm
installed on your system. If not, you can install it by running:npm install -g pnpm
-
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:
- Website: hellob.art
- GitHub: github.com/bartvdbraak
- Email: bart@vanderbraak.nl
Looking forward to hearing from you! 😊