Skip to content

codescandy/cyber-courses-landing-page

Repository files navigation

Welcome to your cyber-courses-landing-page

How can I edit this code?

There are several ways of editing your application.

Use your preferred IDE

If you want to work locally using your own IDE, you can clone this repo and push changes.

The only requirement is having Node.js & npm installed - install with nvm

Follow these steps:

# Step 1: Install the necessary dependencies.
npm i

# Step 2: Start the development server with auto-reloading and an instant preview.
npm run dev

# Step 3: Start the build version.
npm run build

# Step 4: For Preview the build version.
npm run preview

What technologies are used for this project?

This project is built with:

  • Vite
  • TypeScript
  • React
  • radix-ui
  • Tailwind CSS