Skip to content

jonahsantos/oneday

Repository files navigation

ONEDAY

ONEDAY uses Next.js and Tailwind CSS.

Run Locally

  1. Download or clone this repository.

    git clone https://github.com/jonahcastro/oneday.git
  2. Go to the project directory.

    cd oneday
  3. Install the dependencies

    npm install
  4. Start the local server.

    npm run dev