Skip to content

iamwookie/website

Repository files navigation

License

Live Demo

You can view the live site deployed at bil.al.

Stack

This project is built in TypeScript with Next.js and TailwindCSS.

Run Locally

First, clone this repo:

git clone https://github.com/iamwookie/website

Navigate into the clone directory:

cd website

Install the necessary dependencies:

npm install

Finally, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.