Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 859 Bytes

File metadata and controls

45 lines (30 loc) · 859 Bytes

website

This is a personal website with a simple scope. It is built with Astro and Tailwind CSS and hosted on Vercel.

Getting Started

Follow the steps below to run the project locally:

  1. Clone this repository
git clone git@github.com:scrlkx/website.git
  1. Install dependencies:
npm install
  1. Install Git hooks using Lefthook:
npx lefthook install
  1. Start the development server:
npm run dev
  1. Open your browser and visit http://localhost:4321

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).