Skip to content

team-ondo/frontend

Repository files navigation

Contributors Forks Stargazers Issues


Logo

ONDO

Frontend implementation of ondo
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact

About The Project

ONDO

(back to top)

Built With

Next
TypeScript
Chart.js
SASS
Render

(back to top)

Getting Started

Prerequisites

  • yarn
    npm install --global yarn

Installation

  1. Clone the repo
    git clone https://github.com/team-ondo/frontend.git
  2. Install NPM packages
    yarn install
  3. Create .env.local
  4. Enter your server url in .env.local
    NEXT_PUBLIC_SERVER_URL='http://localhost:8000'

(back to top)

Usage

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/*/*.tsx. The page auto-updates as you edit the file.

To learn more about Next.js, take a look at the following resources:

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Project Link: https://github.com/team-ondo/frontend

(back to top)