itishub-frontend ๐งโ๐ป
July 30, 2023 ยท View on GitHub
Frontend of itis-hub - student developers community of ITIS (Institute of Information Technologies and Intelligent Systems)
Run project locally:
Clone remote repo via SSH by git clone command:
git clone git@github.com:ITISHub/itishub-frontend.git
Check your Node.js version:
node -v
# >=16.0.0 is reccomended
Install dependencies:
npm install
Start project locally at localhost:3000 by default:
npm run dev
Environment variables
| Name | Description |
|---|---|
| BASE_URL | API URL |
| HOST_URL | Current deploy URL |
Related docs links
Deploy
We are using GitHub Pages as a hosting and Github Actions for CD
Contribution guide
See CONTRIBUTING.md