项目作者: Josehpequeno

项目描述 :
Manga reader
高级语言: Handlebars
项目地址: git://github.com/Josehpequeno/Alyah.git
创建时间: 2021-05-14T19:14:55Z
项目社区:https://github.com/Josehpequeno/Alyah

开源协议:MIT License

下载



Alyah

A manga manager where you can read, download and list your favorites.







Heroku
Preview
Prerequisites
Back-End
Technology


:construction: Work In Progress. :construction:

Heroku

:link: Heroku

Preview

Current situation of the homepage.

Prerequisites

Before you begin, you will need to have the following tools installed on your machine:
[Git] (https://git-scm.com), [Node.js] (https://nodejs.org/en/).
In addition, it is good to have an editor to work with the code like [VSCode] (https://code.visualstudio.com/)

Back-End

  1. # Clone this repository
  2. $ git clone https://github.com/Josehpequeno/Alyah.git
  3. # Access the project folder in the cmd / terminal
  4. $ cd Alyah
  5. # Install the dependencies
  6. $ npm install
  7. # Run the application
  8. $ npm run start
  9. # Run the application in development mode
  10. $ npm run dev
  11. # Run the application in development mode plus API access
  12. $ npm run dev+api

Technology