Skip to content

ShawnAlisson/theLanding

Repository files navigation


Logo

theLanding

Simple Landing Page for introducing iOS & macOS apps.

Built With

  • Next.js
  • Tailwind CSS

Getting Started

  1. Clone the repo

    git clone https://github.com/ShawnAlisson/theLanding.git
  2. Install NPM packages and Build

    npm i
  3. Run the server in development mode:

    npm run dev
  4. Open [http://localhost:3000] with your browser to see the result.

(back to top)