Skip to content

kevin-rs/landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 Kevin RS Landing Page

Maintenance License Made With Rust Made with Next RS

⚙️ Building and Running

  1. Fork/Clone the GitHub repository.

    git clone https://github.com/kevin-rs/landing
  2. Navigate to the application directory.

    cd landing
  3. Run the client:

    make run

Navigate to http://localhost:3000 to explore the landing page.

🚀 Deploying to CloudFlare

  1. 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
  2. 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
  3. 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
  4. Create a New Deployment:

    Execute the following command to deploy the app with Wrangler Pages:

    wrangler pages deploy dist

🤝 Contributing

We welcome contributions to enhance the kevin-rs landing page repository! Thank you for helping make this project better!

📜 License

This project and the accompanying materials are made available under the terms and conditions of the MIT License.