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
- Host: GitHub
- URL: https://github.com/sitechtimes/regents-prep-app-frontend
- Owner: sitechtimes
- Created: 2023-09-13T15:14:39.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-25T16:06:48.000Z (4 months ago)
- Last Synced: 2025-02-25T16:37:52.519Z (4 months ago)
- Topics: nuxt, pinia, pinia-vuejs, tailwindcss, typescript, vue
- Language: Vue
- Homepage:
- Size: 2.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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
-
Nuxt 3
-
Vue 3 (Composition API)
-
Pinia (Composition API)
-
Vite
-
Vitest
-
Typescript
-
Tailwind CSS
-
Prettier