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
1git clone https://github.com/g4rcez/writemeInstall
First, we need to install dependencies
1# I prefer to use pnpm, but you can use yarn or npm2pnpm install3# or with yarn4yarn install5# or with npm6npm installEnjoy
After installing, just run the project
1npm run devDeploy
This is a web app created using Next.JS, so you can deploy easily at Vercel. You can just type
1npm run build