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.
To use Stela in your local environment, follow these steps:
- Clone the Stela repository to your local machine:
git clone https://github.com/KaiAlan/stela.git
- Install the required dependencies:
npm install
-
Create a
.env
file in the root directory with the following variables:REACT_APP_GOOGLE_API_TOKEN
- Oauth-2 google api tokenREACT_APP_SANITY_PROJECT_ID
- your Sanity project idREACT_APP_SANITY_TOKEN
- your Sanity api token
-
Start the development server:
npm run dev
You can see a live example of Stela at Stela.
We welcome contributions to Stela! To get started, please fork this repository and submit a pull request with your changes.
Stela is licensed under the MIT License.