XclusiveMe is a social media platform that empowers content creators by giving them control of their revenue models. Yes you read it right! No one except the content creator themselves knows the worth of their content. XclusiveMe allows content creators to set the price of the content they post and the users will only be able to watch the content if they have paid for it.
- NodeJS 14+
Clone repository and copy .env.local.example
to .env.local
Install dependencies npm install
or yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
# To build docker image
docker build -t xclusiveme-frontend $(cat .env | sed 's@^@--build-arg @g' | paste -s -d " ") .
# To run docker container
docker run -it --rm -p <port>:<port> xclusiveme-frontend