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

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.

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 ```