An open API service indexing awesome lists of open source software.

https://github.com/the-best-codes/bestcodes.dev

new Next.js site with a serverless and performance focus
https://github.com/the-best-codes/bestcodes.dev

bestcodes carousel cloudflare embla-carousel serverless slides ssg turnstile vercel

Last synced: 6 months ago
JSON representation

new Next.js site with a serverless and performance focus

Awesome Lists containing this project

README

          

This is the public repository for the website deployed at https://bestcodes.dev.

## Deployment

The site is deployed on [Vercel](https://vercel.com/). 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!

## Development

If you want, you can fork this and use it as a template for your own website.

1. Fork this repository.
2. Clone the repository to your local machine.
3. Install the dependencies using `bun install` or `npm install`.
4. Copy `.env.example` to `.env` and fill in the required environment variables.
5. Start the development server using `bun run dev` or `npm run dev`.
6. Make your changes and commit them.
7. Push your changes to your forked repository.
8. Create a Vercel account and link it to your GitHub repository.

You will probably want to **remove BCaptcha** and use something like [Cloudflare Turnstile](https://developers.cloudflare.com/turnstile/), since BCaptcha is currently private and not available for public use.

## Contribution

This repository is not open to contributions, sorry!

## License

This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.