A decentralized protocol for digital assets management and verification.
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.
app/
- Contains all the routes, components and logic for your applicationapp/page.tsx
- The main page of the applicationapp/layout.tsx
- The root layout that wraps all pagesapp/globals.css
- Global styles including Tailwind CSS imports
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request