Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronald-kimeli/photogen
https://github.com/ronald-kimeli/photogen
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronald-kimeli/photogen
- Owner: ronald-kimeli
- Created: 2024-10-27T20:05:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:31:01.000Z (about 2 months ago)
- Last Synced: 2024-10-28T00:49:25.773Z (about 2 months ago)
- Language: Vue
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 + Firebase + Vuefire
Read this article for more information
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev
```## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview
```Test email and password:
```
email - [email protected]
password - PqFPLae9yJ6B@dL
```