8000 GitHub - portfolio-account/pm-portfolio-1: PM Portfolio
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

portfolio-account/pm-portfolio-1

 
 

Repository files navigation

Getting Started

Steps to run the project

  • Install dependencies:
npm install
# or
yarn
  1. NEXT_PUBLIC_SANITY_URL=""
  2. NEXT_PUBLIC_SANITY_LATEST_PROJECTS=""
  3. NEXT_PUBLIC_SANITY_ALL_PROJECTS=""
  4. NEXT_PUBLIC_SANITY_PROJECTS=""
  5. NEXT_PUBLIC_SANITY_PROJECT_BY_CATEGORY=""
  6. NEXT_PUBLIC_SANITY_TOKEN=""

!!! Please, take into account that you need to create a token in Sanity Studio, and put it in NEXT_PUBLIC_SANITY_TOKEN.

Also, the points from 2 to 5 are queries to get data from Sanity. It's up to you to create them. Otherwise, you can use your own queries.

  • Finally, run the development server:
npm run dev
# or
yarn dev

About

PM Portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.2%
  • JavaScript 32.2%
  • CSS 1.6%
0