Web

ORC Protocol Dashboard

This is a Next.js dashboard for the ORC Protocol, showcasing the Bitcoin Security with Ethereum Flexibility concept. The dashboard includes a landing page and a detailed whitepaper page.

Features

Tech Stack

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/orc-protocol.git
    cd orc-protocol
    
  2. Install dependencies:
    npm install
    # or
    yarn install
    
  3. Run the development server:
    npm run dev
    # or
    yarn dev
    
  4. Open http://localhost:3000 in your browser to see the result.

Deployment to Vercel

The project is configured for easy deployment to Vercel:

  1. Push your code to a GitHub repository.
  2. Connect to Vercel and select the repository.
  3. Vercel will automatically detect the Next.js project and configure the build settings.
  4. Click Deploy to start the deployment process.

Alternatively, you can deploy from the command line using the Vercel CLI:

npm install -g vercel
vercel login
vercel

Project Structure

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements