Unleash the Power of Materials Explorer
Welcome to the future of materials science. Our Topological Materials Explorer invites you to a realm where materials defy convention, opening doors to unprecedented possibilities. With supercomputing and cutting-edge research, we're pioneering a journey into the world of topological materials, where innovation knows no bounds.
Next.js
– A powerful React framework that enables building performant apps with an excellent developer experience.
Vercel
– Effortlessly preview and deploy changes using Git for seamless collaboration.
Tailwind CSS
– A utility-first CSS framework that accelerates UI development with its responsive components.Lucide
– Discover beautifully simple and pixel-perfect icons for enhancing visuals.Radix
– Access a set of primitives such as modals, popovers, etc., to create a polished user experience.
TypeScript
– Benefit from static type checking for end-to-end type safety in the application.Prettier
– Utilize this opinionated code formatter to maintain consistent code style across the project.ESLint
– Implement a pluggable linter for Next.js and TypeScript to enforce coding standards.
Command | Action |
---|---|
pnpm i |
Install dependencies |
pnpm dev |
Start local dev server at localhost:3000 |
pnpm build |
Build your production site to ./dist/ |
pnpm commit |
Create a new Git commit with standardized commit messages using commitizen |
📦 TopologicalMaterials-V2
├─ pages
│ ├─ api
│ └─ index.tsx
├─ prisma
├─ public
├─ src
│ ├─ components
│ ├─ icon
│ ├─ lib
│ └─ utils
└─ styles