Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 433 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 433 Bytes

go-memo-next

A simple unrich note app !!!

image

Getting Started

How to install

npm i -g pnpm
pnpm i

How to start

pnpm dev
Open http://localhost:4000

How to deploy

This project use gh-pages.
Add environment NEXT_PUBLIC_BE_URL in .env.production.local

pnpm gh-deploy