ITISHub / itishub-frontend

PWA with SSG on Nuxt.js

Home Page:https://itishub.github.io/itishub-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

itishub-frontend 🧑‍💻

deploy lint

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

Figma

About

PWA with SSG on Nuxt.js

https://itishub.github.io/itishub-frontend


Languages

Language:Vue 81.8%Language:JavaScript 14.2%Language:CSS 4.0%