Daviichii89 / manga-collection

App similar a Whakoom
https://manga-collection.surge.sh/
0 stars 0 forks source link

Manga Collection

It's a similar clone of Whakoom app, to save what mangas you have.

Commands to run the project:

  1. Clone the project.
  2. Run npm install.
  3. Run the devServer npm dev.

Tests

  1. Run tests using jest. Using --watchAll option for default.

    Using NPM:

    npm test

    or

    Using PNPM:

    pnpm test

Build

  1. Run

    Using NPM:

    npm build

    Using NPM:

    pnpm build
  2. Take the dist folder and deploy it.