JinchuanL / LinkTree

This is repo for LinkTree like React project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 98.8%Language:CSS 1.2%