Skip to content

JinchuanL/LinkTree

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install dependencies

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Local Environment Variables Setting

  1. At the root of the project, creata a file called .env.local
  2. Add environment variables inside with prefix NEXT_PUBLIC_ at front. Eg. NEXT_PUBLIC_MONGODB_URI="xxxxxx"
  3. Modify your code so they are consistent with the .env.local file environment variable name.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

This is repo for LinkTree like React project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published