Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.