This is an open source project for downloading free, high quality vector logos of Nigerian companies. Visit the website at nigerialogos.com.
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.
- Node.js (v20.0.0 or higher)
-
Clone the project to your computer.
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Start the development server with hot reload:
npm run dev
This will serve the app at
http://localhost:8080(or8081,8082, etc. if the port is in use).
To learn more about contributing to NigeriaLogos, please read contributing.md