This project was bootstrapped with Create React App.
- First thing first, make a fork of this repository. By clicking the "fork" symbol.
- Clone the forked repository:
$ git clone https://github.com/Mansi-dass/SnapSync.git
$ gh repo clone Mansi-dass/SnapSync
$ git clone [email protected]:Mansi-dass/SnapSync.git
Copy .env.sample to .env and add your private information
Note: never commit this file, it is ignored by Git
Create an account on Appwrite, to create your secrets:
REACT_APP_APPWRITE_API_ENDPOINT="<your-appwrite-api-endpoint>"
REACT_APP_APPWRITE_PROJECT_ID="<your-appwrite-project-id>"
REACT_APP_APPWRITE_DATABASE_ID="<your-appwrite-database-id>"
REACT_APP_APPWRITE_USER_COLLECTION_ID="<your-appwrite-user-collection-id>"
REACT_APP_APPWRITE_GROUPS_COLLECTION_ID="<your-appwrite-group-collection-id>"
Note: Make sure your system has node.js installed. Then, run:
$ npm ci
$ npm start
Open http://localhost:3000 to view it in your browser.
The SnapSync is licensed under the MIT license.