This is a project that showcases projects created with GPT, a powerful language model developed by OpenAI. It uses Nuxt.js, Tailwind CSS, and Supabase to create a web application that allows users to browse GPT projects.
To get started with this project, you'll need to follow these steps:
To clone the repository to your local machine, run the following command in your terminal or command prompt:
git clone https://github.com/LiamAshdown/built-with-gpt.git
To install the required dependencies for this project, run the following command in your terminal or command prompt:
npm install
or yarn install
To use Supabase with this project, you'll need to create a Supabase account and set up a project. Follow the instructions in the Supabase documentation to get started.
This project requires environment variables to be set up in order to use Supabase. Copy the .env.example
file and rename it to .env
. Then, replace the SUPABASE_URL
, SUPABASE_KEY
and SUPABASE_SERVICE_KEY
values with the API URL and anon key values from your Supabase project settings.
To run the project, use the following command:
npm run dev
or yarn dev
This will start the development server and open the 'Built with GPT' project in your web browser.
This project is licensed under the MIT License. See the LICENSE.md file for details.
If you have any questions or concerns about this project, please feel free to contact me.