This is the public repository for the website deployed at https://bestcodes.dev.
The site is deployed on Vercel. It uses Cloudflare and Hostinger for DNS and hosting respectively.
Vercel is a cloud platform that provides a set of tools for building, deploying, and scaling web applications. It offers a range of features such as serverless functions, static site generation, and continuous deployment. Vercel is known for its ease of use and scalability, making it a popular choice for developers looking to deploy their applications quickly and efficiently. You should check it out!
If you want, you can fork this and use it as a template for your own website.
- Fork this repository.
- Clone the repository to your local machine.
- Install the dependencies using
bun install
ornpm install
. - Copy
.env.example
to.env
and fill in the required environment variables. - Start the development server using
bun run dev
ornpm run dev
. - Make your changes and commit them.
- Push your changes to your forked repository.
- Create a Vercel account and link it to your GitHub repository.
You will probably want to remove BCaptcha and use something like Cloudflare Turnstile, since BCaptcha is currently private and not available for public use.
This repository is not open to contributions, sorry!
This project is licensed under the MIT License — see the LICENSE file for details.