Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.26 KB

File metadata and controls

43 lines (27 loc) · 1.26 KB

NigeriaLogos

This is an open source project for downloading free, high quality vector logos of Nigerian companies. Visit the website at nigerialogos.com.

Getting Started

NigeriaLogos is a simple web app built with HTML and plain Javascript, powered by Vite for fast development and builds. Styles are written in SCSS. Follow the instructions below to set up the project on your local machine for development and testing purposes.

Prerequisites

Running this project locally

  1. Clone the project to your computer.

  2. Install dependencies:

    npm install
  3. Build the project:

    npm run build
  4. Start the development server with hot reload:

    npm run dev

    This will serve the app at http://localhost:8080 (or 8081, 8082, etc. if the port is in use).

Contributing

To learn more about contributing to NigeriaLogos, please read contributing.md

Authors