Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 386 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 386 Bytes

Grexi Landing

A landing page built with Nuxt 3, and TailwindCSS for Grexi Albornett to showcase her courses.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev