This is an open source website for downloading high quality Free vector logos of Nigerian companies.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Install dependencies with
npm install
- Run
npm run build
to build/generate the css files - Optionally
npm run scss
to watch the css files - Finally, open the index.html file in your browser to view the site
For Chrome Browser, you will need to allow "XMLHttpRequest" to access files from other files using --allow-file-access-from-files
Windows Users: Chrome.exe --allow-file-access-from-files
Mac Users: open /Applications/Google\ Chrome.app/ --args --allow-file-access-from-files
For details on contributing, please read contributing.md