Documentation
Applications
Pictrovert

Pictrovert (opens in a new tab)

Pictrovert

Picture sharing mobile platform for artists like you!




Pictrovert

Table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Install and Configure Expo CLI

# To view a list of available commands in Expo CLI, run the following in your project:
 
npx expo -h
 
# You can run any command with the --help or -h flag to learn more about it:
 
npx expo login -h
 
# Expo CLI is included in the expo package. You can install it with npm or yarn:
 
yarn add expo
 
# Start a development server to work on your project by running:
 
npx expo start
 

For more checkout: https://docs.expo.dev/more/expo-cli/ (opens in a new tab)

Installation

A step-by-step guide on how to get the frontend development environment running.

# Clone the repository
git clone https://github.com/CodeDeployingSquad/Pictrovert.git
 
# Navigate to the project folder
cd Pictrovert
 
# Install dependencies
yarn

Scripts

# Run the development server using expo
yarn start
 
# Run the development server using expo for android
yarn android
 
# Run the development server using expo for ios
yarn ios
 
# Run the development server using expo for web
yarn web

Built With

Contributing

For contributing checkout our Contributing Guide (opens in a new tab)

For more guidance checkout All Guides (opens in a new tab)

Contributors

(opens in a new tab)

License

This project is licensed under the MIT License (opens in a new tab) - see the LICENSE.md (opens in a new tab) file for details.

Acknowledgments