Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/inut-design
https://github.com/tinspham209/inut-design
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinspham209/inut-design
- Owner: tinspham209
- Created: 2022-09-19T10:45:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T09:27:30.000Z (8 months ago)
- Last Synced: 2024-03-22T10:45:33.002Z (8 months ago)
- Language: TypeScript
- Homepage: https://inutdesign.com/
- Size: 25.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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