Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.29 KB

Stela Image Sharing Platform

Screenshot-2023-05-01-014652

Stela is an open-source image sharing platform that provides a modern and customizable solution for content creators to showcase their work. With Stela, you can easily upload, manage, and share your images with a beautiful and engaging user interface.

Getting Started

To use Stela in your local environment, follow these steps:

  1. Clone the Stela repository to your local machine:
git clone https://github.com/KaiAlan/stela.git
  1. Install the required dependencies:
npm install
  1. Create a .env file in the root directory with the following variables:

    • REACT_APP_GOOGLE_API_TOKEN - Oauth-2 google api token
    • REACT_APP_SANITY_PROJECT_ID - your Sanity project id
    • REACT_APP_SANITY_TOKEN - your Sanity api token
  2. Start the development server:

npm run dev

Live Site

You can see a live example of Stela at Stela.

Contributing

We welcome contributions to Stela! To get started, please fork this repository and submit a pull request with your changes.

License

Stela is licensed under the MIT License.