-
Fork/Clone the GitHub repository.
git clone https://github.com/kevin-rs/landing
-
Navigate to the application directory.
cd landing
-
Run the client:
make run
Navigate to http://localhost:3000 to explore the landing page.
-
Install Wrangler CLI:
To get started with Cloudflare Workers, you'll need to install the Wrangler CLI, which is a powerful tool for managing your deployments. Open up your command-line interface and enter the following command to globally install Wrangler:
npm i -g wrangler
-
Login to Cloudflare Account from the CLI:
To seamlessly interact with your Cloudflare account, you'll need to log in using Wrangler. Run the following command in your terminal:
wrangler login
-
Run Your Build Command:
Before deployment, you need to build the project. Execute the following command to share the app with the world:
make build
-
Create a New Deployment:
Execute the following command to deploy the app with Wrangler Pages:
wrangler pages deploy dist
We welcome contributions to enhance the kevin-rs landing page repository! Thank you for helping make this project better!
This project and the accompanying materials are made available under the terms and conditions of the MIT License
.