jays.pics is an invite-only image hosting service built using Remix and AWS. The main goal of this project is to provide a secure and reliable platform for hosting images with restricted access.
Refer to the .example.env
on setting up the .env
file
To set up the development environment, follow these steps:
-
Clone the repository:
git clone https://github.com/jeepies/jays.pics.git cd jays.pics
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
To deploy the application, follow these steps:
-
Build the app for production:
npm run build
-
Run the app in production mode:
npm start
-
Deploy the output of
npm run build
which includes:build/server
build/client
This project uses Tailwind CSS for styling. You can customize the styles or use any other CSS framework as per your preference.
We welcome contributions from the community. Here are the steps to get started:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with a descriptive message.
- Push your changes to your fork.
- Create a pull request describing your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.