- Next/React-based web application using Typescript
- Server-side rendering with Next.js
- Responsive design using Tailwind CSS
- Integration with NEAR Protocol
- Node.js (v14 or later)
- npm, yarn, or pnpm
-
Clone the repository:
git clone https://github.com/your-username/templar-frontend.git cd templar-frontend -
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 the main application pages and layoutscomponents/: Reusable React componentspublic/: Static assets (images, fonts, etc.)
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load custom Google Fonts.
To learn more about the technologies used in this project, check out the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Tailwind CSS - a utility-first CSS framework.
- NEAR Protocol - a developer-friendly blockchain for decentralized applications.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This project is MIT licensed.