Skip to content

GiliamDatema/recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giliam's Recipes

This single-page web application is built with:

Domains

The app is hosted on:

Deploy & Preview

The app is automatically deployed to GitHub Pages and Firebase on push/merge to the main branch. A Firebase preview is deployed automatically when creating a PR (see link in PR comments).

See GitHub Actions:

Recommended IDE setup

VSCode + Volar (disable Vetur) + TypeScript Vue Plugin (Volar).

Project setup

Install dependencies (development):

npm i

Clean install dependencies (production):

npm ci

Compile and Hot-Reload for Development (Vite)

npm run dev

Compile and minify for Production + preview locally (Vite)

npm run build
npm run preview

Lint with ESLint and Stylelint

npm run lint
npm run lint:fix
npm run lint:style
npm run lint:style:fix

Firebase

Run emulators for local testing:

firebase emulators:start

Run specific emulator only:

firebase emulators:start --only hosting

Alternatively, use emulated backend for one resource, but real backend for other project resources [NOT recommended]:

firebase serve --only hosting

Releases

No releases published

Packages

No packages published

Languages