This project is a photography school website built using React, Typescript, and Vite. It provides a platform for showcasing photography courses, benefits, features, and contact information.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have Node.js and npm installed on your machine.
Clone the repository:
git clone https://github.com/GeorgiosDev/photography-school.git
Navigate into the project directory:
cd photography-school
Install dependencies:
npm install
To start a development server:
npm run dev
This will start the development server on http://localhost:5173
.
To build the project for production:
npm run build
This will generate a production build in the dist
directory.
tailwind.config.js
.tsconfig.json
.This project is licensed under the MIT License - see the LICENSE file for details.