https://github.com/hirentimbadiya/inkwell
Inkwell is the place to write, read and connect.
https://github.com/hirentimbadiya/inkwell
blog nextjs react react-hook-form react-portable-text sanity sanity-io sanity-studio sanitycms typescript
Last synced: 2 months ago
JSON representation
Inkwell is the place to write, read and connect.
- Host: GitHub
- URL: https://github.com/hirentimbadiya/inkwell
- Owner: hirentimbadiya
- Created: 2023-04-27T17:50:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T06:53:44.000Z (about 3 years ago)
- Last Synced: 2025-03-14T04:44:54.222Z (over 1 year ago)
- Topics: blog, nextjs, react, react-hook-form, react-portable-text, sanity, sanity-io, sanity-studio, sanitycms, typescript
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## My Deployment App Links :
#### Next App : https://inkwell-one.vercel.app/
#### Sanity Studio : https://inkwell-the-ideas.sanity.studio/desk
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Start Sanity Studio
- make sure you install sanity/cli to install run ``` npm install -g @sanity/cli ```
- to login sanity ``` sanity login ```
- to start sanity studio ``` sanity start ```