Planet.Code.mp4
Sell your code project and get paid! With options to sell any project that you made and directly get paid, selling your code has never been easier!
How to Get Started
-
Clone the Repository: Begin by cloning this repository to your local machine.
-
Install Dependencies: Navigate to the project directory and install the required dependencies using your preferred package manager
npm install
or
yarn install -
Configuration:
Clerk: Set up your Clerk account and integrate it with the project. This will enable secure authentication for users.
Strapi: Configure Strapi as your content management system. This will allow you to efficiently manage and deliver content to users.
Run the Project: Once you have configured Clerk and Strapi, you can start the project by entering the API folder and running the following
command:
npm develop
or
yarn develop