[111 Fall] Data Visualization and Visual Analytics Final Project
- 0716021 張家豪
- 0816137 王培碩
- 0816153 陳琮方
-
Clone the repository, go to the movis folder
git clone https://github.com/andy89923/DVVA_Final-Project cd DVVA_Final-Project/movis
-
Set environment variables:
cp .env.example .env #modify .env to connect to db afterwards if needed
-
Install dependencies:
pnpm install
-
Start development server:
pnpm dev