Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinspham209/inut-design


https://github.com/tinspham209/inut-design

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Inut Design

Web: https://inutdesign.com
Web-admin: https://inut-design.sanity.studio/

# Tech-stack
- NextJS 12
- Sanity
- MUI v5
- Framer Motion
- React Three Fiber
- unified, Rehype
- SWR
- zustand
- react-hook-form
- Vercel
- Next-auth
- MongoDB

# Setup

- create `.env` file

```
yarn
yarn start

// localhost:3000
```

- Sanity

```
cd sanity
yarn
yarn start

// localhost:3333

```

# Deployment

- Sanity

```
cd sanity
sanity login
sanity deploy
```

- Webapp
- push code to `main`, the CI/CD will run in vercel