Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessywlee/portfolio-project
Portfolio App with Next.js, Sanity.io, deployed to Vercel
https://github.com/jessywlee/portfolio-project
nextjs react sanity-io vercel
Last synced: about 2 months ago
JSON representation
Portfolio App with Next.js, Sanity.io, deployed to Vercel
- Host: GitHub
- URL: https://github.com/jessywlee/portfolio-project
- Owner: jessywlee
- Created: 2022-12-10T09:13:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T07:17:30.000Z (about 1 year ago)
- Last Synced: 2024-01-24T08:30:28.081Z (about 1 year ago)
- Topics: nextjs, react, sanity-io, vercel
- Language: TypeScript
- Homepage: https://jessywlee.vercel.app
- Size: 2.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to my personal website!
This fully responsive website is developed with Next.js, TailwindCSS, Framer Motion, Sanity.io.
View live: https://jessywlee.vercel.app/
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```This project is connected to Sanity.io studio which means you will need to provide its projectId in .env.local file. Refer to .env.example for full requirements. In the development environment, the BASE_URL will be your localhost url.