Skywave is the open-source cloud platform for deployment of static websites.
- Clone the repository:
git clone https://github.com/your-repo/skywave-web-app.git cd skywave-web-app - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000to view the application locally.
Contributions are welcome! Please fork this repository and submit a pull request with your proposed changes. Be sure to include a detailed description of your modifications.
This project is licensed under the MIT License, allowing you to freely use, modify, and distribute the code with proper attribution.