Skip to content

A simple, intuitive software that allows you to create customized collections for storing and organizing your personal data in a user-friendly interface with your own online database.

Notifications You must be signed in to change notification settings

212-Collections/212-Collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thumbnail

212-Collections

A simple, intuitive software that allows you to create customized collections for storing and organizing your personal data in a user-friendly interface with your own online database.

Table of Contents

Download/Install

Download latest release here

Build Instructions

Windows

  1. Clone the 212-Collections repository by running the following command in your terminal:

    git clone https://github.com/212-Collections/212-Collections
  2. Navigate to the 212-Collections folder using the cd command:

    cd 212-Collections
  3. Install all the dependencies by running the following command:

    npm i && npm run install-all
  4. Build the application by running the following command:

    npm run build-all
  5. Once the build process is complete, you can find the final build of the application in the following path:

    .../212-Collections/build/

Author