Project Name: FlashWeb Site
URL: https://github.com/flash-web-projects/flashweb-site
You can edit this project locally using your preferred IDE.
- Node.js & npm installed (you can use nvm to manage Node versions)
# Step 1: Clone the repository
git clone https://github.com/flash-web-projects/flashweb-site.git
# Step 2: Navigate to the project directory
cd flashweb-site
# Step 3: Install dependencies
npm install
# Step 4: Start the development server with hot-reloading
npm run dev