Nuxt-based frontend for PSUTArchive. Backend can be found here.
- Node.js (LTS recommended)
- Yarn
- Clone the repo:
git clone https://github.com/Marje3PSUT/psutarchive.git && cd psutarchive - Install dependencies:
yarn install - Create .env file containing
NUXT_PUBLIC_API_URL=https://api.psutarchive.com - Start the dev server:
yarn dev
See our contribution guidelines and pick an issue here.