Skip to content

Invotyx/xclusiveMe-Frontend

Repository files navigation

Xclusiveme Frontend

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.


BA9D83F0-0E42-4853-AB29-27D901281AFF

5BC5F40C-97EC-4DB7-ADD7-88E2711E25A3

E22E020C-1F5B-4B4C-B02B-F22340199783

3FC19D09-30F2-4382-B387-985439D5D862

4BCF6B86-B8E2-4646-A4D4-D906C89D095F

A9552351-A7DD-44A3-841C-22721B64054F

382E574A-EF61-4E06-A8E5-04BD576078A2

E88C3130-E4CE-47BB-8673-E8AC227D8546

289FDE9E-5060-4903-AB58-BDEBA86A6823

Requirements

  1. NodeJS 14+

Setup

Clone repository and copy .env.local.example to .env.local Install dependencies npm install or yarn install

Getting Started

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Run in Docker

# 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

Releases

No releases published

Packages

No packages published

Languages