Skip to content

Latest commit

 

History

History
121 lines (83 loc) · 2.6 KB

README.md

File metadata and controls

121 lines (83 loc) · 2.6 KB
logo

Nuxt 3 Bird Avatars

A fun bird generator loosely based on the bird designs of Kurzgesagt

last update license


📔 Table of Contents

🌟 About the Project

📷 Screenshots

screenshot

👾 Tech Stack

🧰 Getting Started

🧪 Running Tests

To run tests, run the following command

  npm run test

🏃 Run Locally

Clone the project

  git clone https://github.com/jclong98/bird-avatars

Go to the project directory

  cd bird-avatars

Install dependencies

  npm i

Start the server

  npm run dev

🚩 Deployment

This project is deployed on Netlify with server functions to handle the generation of svg images

💎 Acknowledgements