Skip to content

Templar-Protocol/templar-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templar Protocol Frontend

🚀 Features

  • Next/React-based web application using Typescript
  • Server-side rendering with Next.js
  • Responsive design using Tailwind CSS
  • Integration with NEAR Protocol

🛠 Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm, yarn, or pnpm

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/templar-frontend.git
    cd templar-frontend
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  4. Open http://localhost:3000 with your browser to see the result.

🏗 Project Structure

  • app/: Contains the main application pages and layouts
  • components/: Reusable React components
  • public/: Static assets (images, fonts, etc.)

🎨 Customization

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.

📚 Learn More

To learn more about the technologies used in this project, check out the following resources:

🚀 Deployment

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.

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

📝 License

This project is MIT licensed.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages