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.
This is a Next.js project bootstrapped with create-next-app.
Preferred Nodejs version -> 16.17.0.
- Clone the project
- Install all the dependencies using the following commands.
npm i
# or
yarnnpm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
npm run build
# or
yarn buildThen you need to start the Nextjs server to run the production server.
npm start
# or
yarn startThe project will be served on http://localhost:3000