Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 741 Bytes

File metadata and controls

17 lines (14 loc) · 741 Bytes

AlmostProhibited - Frontend

A Tanstack Router, single page application, that is hacked together by someone that doesn't know how to do frontend properly.

Getting Started

Install whatever the current Node.js LTS version is at the time of reading this. Currently, it is v24. I personally use mise to do this (https://mise.jdx.dev/). You'll probably want git as well.

Afterwards, get started by cloning and performing a test build of the project:

git clone https://github.com/almostprohibited/frontend.git
cd frontend
npm install
npm run dev

License

This project is licensed under AGPL-3.0. A copy of the license can be found under LICENSE.md.