- Next.js - Next.js enables you to create full-stack Web applications by extending the latest React features, and integrating powerful Rust-based JavaScript tooling for the fastest builds.
- Tailwind CSS - A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
# clone the project
git clone https://github.com/jurerotar/kamzdronom.si.git
# Install dependencies
npm install
# Starts a development server with hot-reloading
npm run dev
# Compiles and minifies for production
npm run build
# Lints and fixes files
npm run lint