English: "Armadillo Slay" is a repository for a project that aims to conquer and dominate through impressive skills and achievements. It includes code, data, and other resources for building powerful solutions and achieving great things.
Mandarin (<pinyin>): "犰狳秒杀 (qiúyú miǎo shā)" 是一个项目仓库,旨在通过令人印象深刻的技能和成就征服并主宰领域。它包括用于构建强大解决方案和实现伟大目标的代码、数据和其他资源。
Français: "Le Tatou à Neuf Bandes, Au Top!" est un dépôt pour un projet qui vise à conquérir et dominer grâce à des compétences et réalisations impressionnantes. Il comprend du code, des données et d'autres ressources pour construire des solutions puissantes et réaliser de grandes choses.
Español: "Tatuaje Triunfador" o "Tatuaje Dominante" es un repositorio para un proyecto que busca conquistar y dominar mediante habilidades y logros impresionantes. Incluye código, datos y otros recursos para construir soluciones poderosas y lograr grandes cosas.
The introduction can be found on the web, or locally.
The GitHub repository is here.
# Clone the repository
git clone [email protected]:RPI-ITWS/armadillo-slay.git
# or
git clone https://github.com/RPI-ITWS/armadillo-slay.git
# Enter the directory
cd armadillo-slay
# Install dependencies
# 1. frontend
cd frontend
yarn install
# 2. backend
cd ../backend
yarn install
# Run the project
# 1. frontend
cd frontend
yarn start &
open localhost:5173
# 2. backend
cd ../backend
PORT=3001 yarn start
Then open your preffered browser and go to localhost:5173.
At this time you may also open your editor of choice and start editing the code, changes will be automatically reloaded.