Skip to content

Instantly share code, notes, and snippets.

@cakeinpanic
Created March 25, 2022 20:21
Show Gist options
  • Save cakeinpanic/c03a6e96a8a4f65f25a60990531d64a3 to your computer and use it in GitHub Desktop.
Save cakeinpanic/c03a6e96a8a4f65f25a60990531d64a3 to your computer and use it in GitHub Desktop.
├── svg-files               # folder containig all source .svg files
│   ├── account.svg          
│   ├── album.svg  
│    ...      
├── src                     # Preview page source
│   ├── App.tsc            
│    ...                 
├── lib                     # Files for publishing
│   └── package.json        # package.json of the library to be published, has 0 dependencies
└── package.json            # main package.json of the repo. Has all dependencies for builing, preview page and other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment