Skip to content

Appwrite's starter kit for Analog πŸ‘©β€πŸ’»

License

Notifications You must be signed in to change notification settings

appwrite/starter-for-analog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f7293a Β· Apr 10, 2025

History

4 Commits
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025
Apr 9, 2025

Repository files navigation

Analog starter kit with Appwrite

Kickstart your Analog development with this ready-to-use starter project integrated with Appwrite

πŸš€Getting started

Clone the Project Clone this repository to your local machine using Git:

git clone https://github.com/appwrite/starter-for-analog

πŸ› οΈ Development guid

  1. Configure Appwrite
    Navigate to .env and update the values to match your Appwrite project credentials.
  2. Customize as needed
    Modify the starter kit to suit your app's requirements. Adjust UI, features, or backend integrations as per your needs.
  3. Install dependencies
    Run npm install to install all dependencies.
  4. Run the app
    Start the project by running npm run dev.

πŸ’‘ Additional notes

  • This starter project is designed to streamline your Analog development with Appwrite.
  • Refer to the Appwrite documentation for detailed integration guidance.