Нет описания

AH-dark 38e35b3a76 Initialed from mantis seed 2 лет назад
.idea 38e35b3a76 Initialed from mantis seed 2 лет назад
public 38e35b3a76 Initialed from mantis seed 2 лет назад
src 38e35b3a76 Initialed from mantis seed 2 лет назад
.env 38e35b3a76 Initialed from mantis seed 2 лет назад
.eslintrc 38e35b3a76 Initialed from mantis seed 2 лет назад
.gitignore 38e35b3a76 Initialed from mantis seed 2 лет назад
.prettierrc 38e35b3a76 Initialed from mantis seed 2 лет назад
LICENSE 79791d38d0 Initial commit 2 лет назад
README.md 38e35b3a76 Initialed from mantis seed 2 лет назад
config-overrides.js 38e35b3a76 Initialed from mantis seed 2 лет назад
package.json 38e35b3a76 Initialed from mantis seed 2 лет назад
pnpm-lock.yaml 38e35b3a76 Initialed from mantis seed 2 лет назад
tsconfig.json 38e35b3a76 Initialed from mantis seed 2 лет назад

README.md

Introduction

This is seed version of Mantis Theme. Seed is very minimal version of theme. It has just one authentication method with sample page in dashboard. Except mentioned above, all the unreferenced things has been removed. No extra packages, components, apis. Seed has been targeted for users who just need aesthetic and MUI from project, rest they wanted to manage their own like state, api and many other things.

Getting Started

  1. Installation process
    • run 'npm install / yarn'
    • start dev server run 'npm run start / yarn start'
  2. Deployment process
    • Goto root directory and open package.json. Update homepage URL to the production URL
    • Goto root directory and run 'npm run build / yarn build'