Skip to content

Cealtea/celineim

Repository files navigation

My personal website

I am using a customized version of Spotlight. Spotlight is a Tailwind UI site template built using Tailwind CSS and Next.js.

Getting started

If you don't nvm to handle all version of node. Please install it.

For MacOS

brew update
brew install nvm

Select Node 16.x

nvm use lts/gallium

Run

npm install

Next, run the development server:

npm run dev

Finally, open http://localhost:3000 in your browser to view the website.

Production

The site is deployed on Vercel.