An open API service indexing awesome lists of open source software.

https://github.com/sitechtimes/regents-prep-app-frontend

Home of Regents Prep App: the fasterest project ever
https://github.com/sitechtimes/regents-prep-app-frontend

nuxt pinia pinia-vuejs tailwindcss typescript vue

Last synced: 4 months ago
JSON representation

Home of Regents Prep App: the fasterest project ever

Awesome Lists containing this project

README

        

Unregents Prep App


Now with implicit types!


"We will unregent your prep"

## Project Setup

⚠️ **If you do not follow these steps and complain about the project not working, you will receive a lawsuit within 3-5 business days of your complaint** ⚠️

1. Ensure Node.js is installed on your machine

2. Clone the repository

3. Create a `.env` file in the root of the project

```sh
NUXT_PUBLIC_BACKEND = /* backend URL (make sure to append slash to the end) */
```

4. Install dependencies and run locally

```sh
npm install
npm run dev
```

## Tech Stack