Skip to content

iLama/taylr-dev

Repository files navigation

Taylr Dev Portfolio

A personal portfolio and developer showcase built with modern web technologies.

🚀 Tech Stack

  • Framework: Nuxt 4 (Vue 3)
  • Styling: SCSS / Sass
  • Database: SQLite (via better-sqlite3)
  • Email: Resend
  • Security: Nuxt Security
  • Linting: ESLint + Prettier

Setup

  1. Clone the repository.
  2. Copy the environment template and add your API key:
cp .env.example .env
  1. Edit .env and add your Resend API key (required for the contact form).

  2. Install dependencies:

npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

A personal portfolio and developer showcase built with modern web technologies.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages