https://github.com/kevin-rs/landing
kevin rs landing page
https://github.com/kevin-rs/landing
Last synced: 4 months ago
JSON representation
kevin rs landing page
- Host: GitHub
- URL: https://github.com/kevin-rs/landing
- Owner: kevin-rs
- License: mit
- Created: 2024-04-05T22:28:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T22:32:59.000Z (about 1 year ago)
- Last Synced: 2024-12-31T05:16:35.878Z (6 months ago)
- Language: Rust
- Homepage: https://kevin-rs.dev
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💻 Kevin RS Landing Page
[](https://github.com/wiseaidev)
[](https://opensource.org/licenses/MIT)
[](https://www.rust-lang.org/)
[](https://next-rs.dev)## ⚙️ Building and Running
1. Fork/Clone the GitHub repository.
```bash
git clone https://github.com/kevin-rs/landing
```1. Navigate to the application directory.
```bash
cd landing
```1. Run the client:
```sh
make run
```Navigate to http://localhost:3000 to explore the landing page.
## 🚀 Deploying to CloudFlare
1. Install [Wrangler CLI](https://developers.cloudflare.com/workers/wrangler/get-started/):
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:
```sh
npm i -g wrangler
```1. 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:
```sh
wrangler login
```1. Run Your Build Command:
Before deployment, you need to build the project. Execute the following command to share the app with the world:
```sh
make build
```1. Create a New Deployment:
Execute the following command to deploy the app with Wrangler Pages:
```sh
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`](LICENSE).