Skip to content

yesyash/animeroll

Repository files navigation

Animeroll

To view the demo site click here.

Getting Started

Install all requried pacakges, run:

yarn
# or
npm i

To start the server locally run:

yarn dev
# or
npm run dev

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


Creating a deployment build

To build a optimised application

yarn build
# or
npm run build

Start the prodcution build using:

yarn start
# or
npm run start

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

About

Animeroll is an anime recommendation platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published