this is repository for client note web who will be connect with my nest note api server repository https://github.com/wiklapandu/nest-note-api.git
please change copy .env.example
and rename it to be .env.local
for local enviroment. In vercel you can direcly set the enviroment in application settings of vercel.
name | description |
---|---|
API_NOTE | change with your nest note api url |
npm install
# development
npm run dev
# build
npm run build
# production
npm run start