How to install

How can I install Writeme?

Writeme is under development, so you can't install it yet. But you can use the online demo.

Clone

Copy to clipboard
1git clone https://github.com/g4rcez/writeme

Install

First, we need to install dependencies

Copy to clipboard
1# I prefer to use pnpm, but you can use yarn or npm
2pnpm install
3# or with yarn
4yarn install
5# or with npm
6npm install

Enjoy

After installing, just run the project

Copy to clipboard
1npm run dev

Deploy

This is a web app created using Next.JS, so you can deploy easily at Vercel. You can just type

Copy to clipboard
1npm run build