NOTE: I have taken down the current deployed production version of kross post. I am rebuilding it with different stack
A simple application to cross post articles across dev.to, hashnode and medium
To run this project, you will need to add the following environment variables to your .env file
AUTH0_BASE_URL=
AUTH0_SECRET=
AUTH0_CLIENT_SECRET=
AUTH0_ISSUER_BASE_URL=
AUTH0_AUDIENCE=
AUTH0_CLIENT_ID=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
HASURA_SECRET=
Clone the project
git clone https://github.com/skarthikeyan96/kross-post-typescript
Go to the project directory
cd kross-post-typescript
Install dependencies
yarn install
Start the server
yarn dev