# Vercel_example **Repository Path**: huangjunxue/Vercel_example ## Basic Information - **Project Name**: Vercel_example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: SOL-340-power-parity-pricing-strategies - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Vercel Examples

Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications. Find our examples here: https://examples.vercel.live/ we're going to be shipping new examples weekly. Stay tuned! ## Examples - [Edge Functions](/edge-functions) – Edge Functions are currently in Public Beta on Vercel. [Read the docs here.](https://vercel.com/docs/concepts/functions/edge-functions) - [Solutions](/solutions) – Demos, Architectures and Best Practices ### Adding a new example To quickly start contributing with a new example, run the following commands: ```bash npm i npm run new-example ``` #### The pre-commit hook We use [Husky](https://typicode.github.io/husky/#/) to manage the pre-commit [Git hook](https://git-scm.com/docs/githooks) in this repo. Husky configures hooks automatically during install, so you don't need to do anything special to get them working, but if it fails to install, you can run the following command to install it manually: ```bash npm run prepare ``` ## Read the Docs - [Vercel Docs](https://docs.vercel.com/) - [Next.js Docs](https://nextjs.org/docs) If you have any questions or suggestions about the docs, feel free to [open a discussion](https://github.com/vercel/examples/discussions), or [submit a PR](https://github.com/vercel/examples/pulls) with your suggestions! ## Provide Feedback - [Start a Discussion](https://github.com/vercel/examples/discussions) with a question, piece of feedback, or idea you want to share with the team. - [Open an Issue](https://github.com/vercel/examples/issues) if you believe you've encountered a bug that you want to flag for the team.