HandanWeb is a project under construction, it's a web application for Handan.
First, run the development server:
- Run
pnpm install
to install and setup dependencies - Run
pnpm run dev
to run the development server
Open http://localhost:3000 with your browser to see the result.
- Next.js: A React-based framework for server-side rendering
- Tailwind CSS: A utility-first CSS framework
- Apollo Client(GraphQL): A GraphQL client for JavaScript
- Ant Design: A design system for enterprise-level products
- Zustand: A state management library for React
- Session
- Stock && Item
- Selling
- Purchasing
- Production
- Finance
Bug report or pull request are welcome.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Please write unit test with your code if necessary.
HandanWeb is available as open source under the terms of the MIT License.