Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 643 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 643 Bytes

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.