Skip to content

resemi/resemi-admin

Repository files navigation

Resemi Admin

English | 中文

Introduction

Resemi Admin is a free and open-source middle and back-end template. Using the latest NextJS 12,React 18,TypeScript and other mainstream technology development.

Preparation

  • Semi Design - A modern, comprehensive, flexible design system and UI library.
  • Next.js - The React Framework
  • React - A JavaScript library for building user interfaces.
  • Recoil - A state management library for React
  • TypeScript - TypeScript is JavaScript with syntax for types.
  • WindiCSS - Next generation utility-first CSS framework.

Usage

# Get the project code
git clone https://github.com/resemi/resemi-admin.git

# installation dependencies
cd resemi-admin && pnpm install

# run
pnpm dev

# build
pnpm build

Use Gitpod

Open in Gitpod

How to contribute

Welcome to join us! Raise an Issue Or submit a Pull Request。

Pull Request:

  1. Fork code!
  2. Create your own branch: git checkout -b feat/xxxx
  3. Submit your changes: git commit -am 'feat(function): add xxxxx'
  4. Push your branch: git push origin feat/xxxx
  5. Submit pull request

Git Contribution submission specification

reference Angular

  • feat Add new features
  • fix Fix the problem/bug
  • style The code style is related and does not affect the running result
  • perf Optimization/Performance improvement
  • refactor Refactor code
  • revert Undo edit
  • test Test related
  • docs Documentation/Notes
  • chore Dependency update/scaffolding configuration modification etc.
  • ci Continuous integration
  • types Type definition file changes

Change Log

CHANGELOG

License

MIT