Nav apraksta

AH-dark 2e0b0e61d2 Dep: use lodash-es instead of lodash 2 gadi atpakaļ
.idea 2e0b0e61d2 Dep: use lodash-es instead of lodash 2 gadi atpakaļ
public 38e35b3a76 Initialed from mantis seed 2 gadi atpakaļ
src 2e0b0e61d2 Dep: use lodash-es instead of lodash 2 gadi atpakaļ
.env 3ea4e1c1af Feat: use vite 2 gadi atpakaļ
.eslintrc 38e35b3a76 Initialed from mantis seed 2 gadi atpakaļ
.gitignore 38e35b3a76 Initialed from mantis seed 2 gadi atpakaļ
.prettierrc 3ea4e1c1af Feat: use vite 2 gadi atpakaļ
LICENSE 80aaf796c5 Doc: use GNU Affero General Public License v3.0 2 gadi atpakaļ
README.md 38e35b3a76 Initialed from mantis seed 2 gadi atpakaļ
config-overrides.js 38e35b3a76 Initialed from mantis seed 2 gadi atpakaļ
index.html 3ea4e1c1af Feat: use vite 2 gadi atpakaļ
package.json 2e0b0e61d2 Dep: use lodash-es instead of lodash 2 gadi atpakaļ
pnpm-lock.yaml 2e0b0e61d2 Dep: use lodash-es instead of lodash 2 gadi atpakaļ
tsconfig.json 3ea4e1c1af Feat: use vite 2 gadi atpakaļ
vite.config.ts 3ea4e1c1af Feat: use vite 2 gadi atpakaļ

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'