Static pages for SVG system.
The online demo always fetch from the latest version of branch master.
NodeJS 18 or above
- Install http-server
npm install -g http-server
- Enter the root folder of this project and run the command
http-server ./src -o
- towserchen - Long Chen
- mit0za - Chanponleu Yin
- Freeline - Zhiyuan Yang
- RaoCai - Rao Cai
- GemNueva - Gem Nueva
- BCworkin - Bryan Chiam
├── 📂 dist
│ └── 📄 output.css
├── 📂 src <-- This is where all of our html are
│ ├── 📂 account <-- This is related to user account
│ │ ├── 📄 createacc.html
│ │ └── 📄 loginform.html
│ ├── 📂 general <-- I don't know which category they fall into
│ │ ├── 📄 aboutus.html
│ │ ├── 📄 reservation.html
│ │ ├── 📄 template.html
│ │ └── 📄 terms.html
│ ├── 📂 image <-- Images of any kind
│ │ ├── 🖼️ bamboo.jpg
│ │ ├── 🖼️ bg.jpg
│ │ ├── 🖼️ le.jpg
│ │ └── 🖼️ mexikana.jpg
│ ├── 📂 menu <-- Menu of restaurant
│ │ ├── 📄 bamboo_menu.html
│ │ ├── 📄 la_menu.html
│ │ └── 📄 mexika_menu.html
│ └── 📂 restaurants <-- 3 restaurant
│ ├── 📄 bambooleaf.html
│ ├── 📄 laoeste.html
│ └── 📄 mexikana.html
├── 📂 src&
│ ├── 📄 index.html <-- Landing page
│ └── 📄 input.css
├── 📄 .gitignore
├── 📄 README.md <-- This is where you at
└── 📄 tailwind.config.js