Aucune description

AH-dark 7d692f3dd5 Feat: forgot-password page il y a 2 ans
.idea 2e0b0e61d2 Dep: use lodash-es instead of lodash il y a 2 ans
public 38e35b3a76 Initialed from mantis seed il y a 2 ans
src 7d692f3dd5 Feat: forgot-password page il y a 2 ans
.env 3ea4e1c1af Feat: use vite il y a 2 ans
.eslintrc 305c2e466a Chore: sync .prettierrc and .eslintrc il y a 2 ans
.gitignore 38e35b3a76 Initialed from mantis seed il y a 2 ans
.prettierrc 3ea4e1c1af Feat: use vite il y a 2 ans
LICENSE 80aaf796c5 Doc: use GNU Affero General Public License v3.0 il y a 2 ans
README.md 38e35b3a76 Initialed from mantis seed il y a 2 ans
config-overrides.js 38e35b3a76 Initialed from mantis seed il y a 2 ans
index.html 3ea4e1c1af Feat: use vite il y a 2 ans
package.json 7d692f3dd5 Feat: forgot-password page il y a 2 ans
pnpm-lock.yaml 7d692f3dd5 Feat: forgot-password page il y a 2 ans
tsconfig.json fd82d869da Chore: set router il y a 2 ans
vite.config.ts 3ea4e1c1af Feat: use vite il y a 2 ans

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'