Skip to content

pass-with-high-score/quickmem-cms

Repository files navigation

Quickmem Cms

Prerequisites

  • Node.js >= 18
  • Yarn (optional)

Installation

  1. Clone the repository:

    git clone https://github.com/pass-with-high-score/quickmem-cms.git
    cd quickmem-cms
  2. Install dependencies:

    yarn install

Building the Project

To build the project, run:

yarn build

This will clean the dist directory, compile the TypeScript files, and copy the theme files to the dist directory.

Running the Project

To start the project in development mode with hot-reloading, run:

yarn start:dev

To start the project in production mode, run:

yarn start

Additional Scripts

  • Linting: To lint the project files, run:

    yarn lint
  • Database Migrations: To run TypeORM migrations, run:

    yarn typeorm migration:run
  • Clean PostgreSQL Database: To clean the PostgreSQL database, run:

    yarn postgres:clean
  • Clean MongoDB Database: To clean the MongoDB database, run:

    yarn mongodb:clean
  • Watch for Changes: To build the project and watch for changes, run:

    yarn build:watch

License

This project is licensed under the ISC License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published