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
- Host: GitHub
- URL: https://github.com/the-best-codes/bestcodes.dev
- Owner: The-Best-Codes
- Created: 2025-02-03T23:17:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-29T18:55:27.000Z (6 months ago)
- Last Synced: 2025-03-29T19:20:04.253Z (6 months ago)
- Topics: bestcodes, carousel, cloudflare, embla-carousel, serverless, slides, ssg, turnstile, vercel
- Language: TypeScript
- Homepage: https://new-site.bestcodes.dev
- Size: 10.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.