Welcome to PalatePanda, a recipe sharing platform built with Nuxt.js, Firebase and deployed on Vercel. It allows users to create, share, and discover delicious recipes from around the world. The project is designed with a focus on user experience, with a clean and intuitive interface that makes browsing and sharing recipes a breeze.
For the best development experience, we recommend:
- VSCode - A robust, open-source code editor.
- Volar - A powerful Vue tooling that supports TypeScript (Disable Vetur).
- TypeScript Vue Plugin (Volar) - Enhances Volar's TypeScript support.
For more information, refer to the Nuxt 3 documentation.
To get started with PalatePanda, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/PalatePanda.git
- Navigate to the project directory:
cd PalatePanda
- Install the dependencies:
npm install
To start the development server, run npm run dev
. This will start the server on http://localhost:3000
.
To host the development server on the network, run npm run dev -- --host
.
Run checks, format files and commit with Commitizen:
npm run commit
Run checks, format files, and push to Github:
npm run push