dtutimes / nix-frontend-v2

0 stars 2 forks source link

Start using remote backend

git clone https://github.com/dtutimes/frontend_rm_v2.git nix_frontend
cd nix_frontend
npm i # or yarn or pnpm whatever u like
cp .env .env.local

Start using localhost backend

git clone https://github.com/dtutimes/frontend_rm_v2.git nix_frontend
cd nix_frontend
npm i