Skip to content

silpil/silpil.com

Repository files navigation

Logo

silpil.com

My personal website. Built with Nuxt, Jamstack, Nuxt Content. Deployed via Caprover, styled with Tailwind and UnoCSS, using UI Components from MerakiUI and Preline.

🔧 Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

💻 Development Server

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

npm run dev

🚀 Production

Build the application for production:

npm run generate

Locally preview production build:

npm run preview

🐳 Docker with CapRover

The project has a Dockerfile for creating an application image, deployable with CapRover.