Skip to content

CampusON/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

패키지 설치 안내

Node.js 백엔드

cd backend/nodejs-api
npm install

Python 백엔드

cd backend/python-api
python -m venv venv
# (윈도우)
venv\Scripts\activate
# (맥/리눅스)
source venv/bin/activate
pip install -r requirements.txt  # requirements.txt가 있을 경우

C# (.NET) 백엔드

cd backend/csharp-api
dotnet restore

Unity 프로젝트

  • Unity Hub 또는 Unity Editor로 unity-simulation 폴더를 엽니다.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published