A database portal to manage GitHub database.
npx create-react-app my-app
cd my-app
npm add @db-man/components antd
Modify src/App.jsx
import { App } from '@db-man/components';
import './App.css';
export default function () {
return <App />;
}
Add below 2 lines to top of src/App.css
.
@import '~@db-man/components/dist/layout/App.css';
@import '~prismjs/themes/prism.css';