This website is currently the latest version. The previous version was developed using Vue Cli(old branch) due to much dirty code, and this version has been rebuilt using Next.js and TypeScript.
Path: /api/{name}?lebel_1=val_1&label2=val_2&...
API | Input | Output | Intro |
---|---|---|---|
x | x | x | x |
Label | Provider |
---|---|
x | x |
Label | Provider |
---|---|
Post Backend | Firebase |
Backend Server | Vercel |
Frontend Server | Vercel |
# install necessary pkg
pnpm i
# hot reloading dev
pnpm dev
# deploy & compile
pnpm build
# install necessary pkg
npm i
# hot reloading dev
npm run dev
# deploy & compile
npm run build
# install necessary pkg
yarn
# hot reloading dev
yarn dev
# deploy & compile
yarn build