{"id":21376302,"url":"https://github.com/gerardnico/nicon","last_synced_at":"2026-05-16T18:09:05.050Z","repository":{"id":39154898,"uuid":"110530629","full_name":"gerardnico/nicon","owner":"gerardnico","description":"My library of visuals (published in a storybook)","archived":false,"fork":false,"pushed_at":"2023-01-06T03:46:45.000Z","size":13357,"stargazers_count":0,"open_issues_count":23,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T09:42:54.058Z","etag":null,"topics":["icon","storybook","visuals"],"latest_commit_sha":null,"homepage":"https://gerardnico.com/doc/gallery/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gerardnico.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-13T09:57:32.000Z","updated_at":"2020-08-28T07:33:46.000Z","dependencies_parsed_at":"2023-02-05T06:00:38.944Z","dependency_job_id":null,"html_url":"https://github.com/gerardnico/nicon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gerardnico/nicon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fnicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fnicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fnicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fnicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gerardnico","download_url":"https://codeload.github.com/gerardnico/nicon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gerardnico%2Fnicon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273183228,"owners_count":25059812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["icon","storybook","visuals"],"created_at":"2024-11-22T09:14:54.625Z","updated_at":"2026-05-16T18:09:00.021Z","avatar_url":"https://github.com/gerardnico.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gallery of Visuals (Icons, Illustration, ...)\n\n```bash\nn(ico) + icon = nicon\n```\n\n## Introduction\n\nThis repository contains visuals:\n  * simple (icons, ...)\n  * composite (composed of simple visual) such as illustration\n  * and photos\n\n\n\nThat are organized in a [StoryBook](https://storybook.js.org/) and published on the [web](https://gerardnico.com/doc/gallery/)\nwhere they can be searched.\n\nThe result can be seen at [https://gerardnico.com/doc/gallery/](https://gerardnico.com/doc/gallery/)\n\n\n## Usage\n\nTo develop your own gallery, you need to (only once):\n\n  * Copy this repo\n  * Delete the content of the [gallery folder](./gallery/)\n  * Delete the content of the [stories folder](./stories/)\n\nthen you can develop your gallery:\n\n  * Add your images in the [gallery folder](./gallery/).\n  * [Optional] Add a markdown file with the same name than your image for documentation\n  * Generate the StoryBook stories in the [stories folder](./stories/)\n\n```bash\nyarn generate\n```\n\n  * Start storybook to verify\n\n```bash\nyarn start\n```\n\n  * Build. The build:\n     * takes the Gallery Url given in the [.env.production](.env.production) file\n     * generate the story with it\n     * generate the static storybook\n     * re-generate the stories with no Gallery Url as set in the [.env](.env) file\n\n```bash\nyarn build\n```\n\n  * Transfer the [storybook-static directory](./storybook-static) on your web server. Example: [https://gerardnico.com/doc/gallery/](https://gerardnico.com/doc/gallery/)\n\n## Rules\n\n  * You can add `README.md` files in the [gallery](./gallery/)\n  * You can add a markdown documentation file next to the image with the same name. ie if the image is `red.png`, the markdown should be named `red.md`.\n  * Every directory in the [gallery](./gallery/) with a file will create a [story](./stories/)\n\n## Licence\n\nThe metadata of each original svg (ie made by me) contains:\n  * Description\n  * Title\n  * Rights: https://creativecommons.org/licenses/by-nc-sa/4.0/\n  * Publisher: https://gerardnico.com/nicon\n  * License: CC Attribution-NonCommercial-ShareAlike\n\nThe other:\n  * have a documentation associated with a markdown file with the licence described \n  * or are royalty free\n\nSee also [the threshold of originality](https://commons.wikimedia.org/wiki/Commons:Threshold_of_originality).\n\n![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)\n\n## TODO\n\nAdd Emoji\n\nThey can be used in Markdown\n\n  * :point_right: \n  * :white_check_mark:\n  * :muscle: \n  * :tada:\n  * :speak_no_evil:\n  * :robot_face:\n\n## Doc\n\n  * [Design Rules](./doc/design_rule.md)\n  * [Command History of this repo](./doc/command_history.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardnico%2Fnicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgerardnico%2Fnicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgerardnico%2Fnicon/lists"}