Skip to content

nuIIpointerexception/nuii.dev

Repository files navigation

nuii.dev - Portfolio

Hey, this might be a bit overengineered for a portfolio, but i created this to try out Svelte and thought it would be a good time to do some rebranding for myself.

Screenshots

Will be added as soon as some eye candy is available.

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • @nuii/web: a SvelteKit app serving as the main portfolio website
  • @nuii/ui: A comprehensive UI package for the site.

Technologies Used

This project leverages a variety of cutting-edge technologies:

  • SvelteKit: Full-stack framework for building web applications
  • Turborepo: High-performance build system for JavaScript and TypeScript codebases
  • TypeScript: Typed superset of JavaScript
  • Bun: All-in-one JavaScript runtime & toolkit
  • Tailwind CSS: Utility-first CSS framework

Clone and Setup

To get started with nuii.dev, follow these steps:

# Clone the repository
git clone https://github.com/nuiipointerexception/nuii.dev.git
cd nuii.dev

# Install dependencies
bun i

Build

To build all apps and packages, run the following command:

bun run build

Develop

To develop all apps and packages, run the following command:

bun run dev