Skip to content

reiver/littleape

Repository files navigation

LɪᴛᴛʟᴇAᴘᴇ

littleape is a frontend for the free social audio & video social-media platform greatape.

littleape, via greatape, is a Fediverse technology that supports Federation via ActivityPub.

Details

This is a Next.js project bootstrapped with create-next-app.

Preferred Nodejs version -> 16.17.0.

⚠️ This project is under heavy development and the structure is unstable.

Initialization

  1. Clone the project
  2. Install all the dependencies using the following commands.
npm i
# or
yarn

Development Environment

npm run dev
# or
yarn dev

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

Production Environment

npm run build
# or
yarn build

Then you need to start the Nextjs server to run the production server.

npm start
# or
yarn start

The project will be served on https://localhost:3000

About

Frontend for a social audio & video app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published