Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
/ twp Public archive

A practice project for a C2C e-commerce website selling "Too White Powder"

License

Notifications You must be signed in to change notification settings

jykuo-love-shiritori/twp

Repository files navigation

Too White Powder

Deploy

cp .example.env .env
docker-compose up -d

Devlopment

cp .env .dev.env

Modify .dev.env to fit your environment needs

Export .dev.env environment variables

Frontend

cd frontend
npm install
npm run dev

Node.js and npm is required

Backend

go run .

Golang and Git is required