Skip to content

BestCodes' portfolio site built with Next.js and deployed with Vercel on bestcodes.dev

License

Notifications You must be signed in to change notification settings

The-Best-Codes/bestcodes.dev

Repository files navigation

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

Deployment

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!

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, 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 file for details.