Welcome to the repository for my personal portfolio website, shreeman.dev. This project is a showcase of my skills and projects, built with Jaspr, a modern web framework for building websites and web apps in Dart.
Here's a sneak peek of the live site.
| Desktop View | Mobile View |
|---|---|
![]() |
![]() |
- Modern & Responsive Design: Looks great on all devices, from desktops to mobile phones.
- Project Showcase: A dedicated section to display my work.
- Interactive Components: Built with Jaspr for a dynamic user experience.
- SEO Friendly: Server-side rendering out of the box with Jaspr for better search engine visibility.
- Framework: Jaspr
- Language: Dart
- Styling: Tailwind CSS (via
jaspr_tailwind)
To get a local copy up and running, follow these simple steps.
- Dart SDK installed.
- Jaspr CLI activated:
dart pub global activate jaspr_cli.
-
Clone the repository:
git clone https://github.com/Shreemanarjun/shreeman.dev.git cd shreeman.dev -
Install dependencies:
dart pub get
-
Run the development server: This command starts the development server at
http://localhost:8080with hot-reloading enabled.jaspr serve
To create a production-ready build of the website, run jaspr build. The static files will be generated in the build/jaspr/ directory, ready for deployment.
jaspr buildContributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is licensed under the MIT License. See the LICENSE file for details.

