/interior

Interior

Primary LanguageTypeScript

Interior

This is a repository for the Project Interior, which is built with NextJS, Tailwind CSS, and will automatically be deployed to Vercel using Github Actions.

Todo

  1. Try Hover / Active etc...
  2. Try Keyframe
  3. Try Responsive
  4. Try Design System with CVA
  5. Code an -- Ad --
  6. Try Dark Mode
  7. Try the available plugins. Ex: @tailwindcss/aspect-ratio

Installation

  1. Install dependencies: yarn

Development

  1. Run the development server: yarn dev
  2. View the project in your browser at http://localhost:3000

Production

The project will be deployed to Vercel.

Resources

NextJS documentation

Tailwind CSS documentation

Vercel documentation