GithubHelp home page GithubHelp logo

wildlifehexagon / publication Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dictybase/publication

1.0 0.0 0.0 25.28 MB

React application to display individual publications using Typescript and GraphQL

Home Page: https://dictybase.github.io/publication/

License: BSD 2-Clause "Simplified" License

Dockerfile 1.10% HTML 2.05% TypeScript 94.91% JavaScript 0.52% Mustache 1.35% Shell 0.07%

publication's Introduction

publication

All Contributors

License
GitHub tag GitHub action
codecov Maintainability
Last commit
Funding

This is the Publication application to display publication information at dictyBase.

Cloud Native Development

All dictyBase development is now done with cloud native development in mind. It is expected that you have your own Kubernetes cluster running. Documentation for the cloud deployment process can be found at the dictyBase Developer Docs.

To deploy an application manually, you can leave a /deploy comment inside of a pull request or issue.

Local Development

In order for this application's login system to work locally, you will need to configure the list of providers.

  • Copy the provided sample clientConfig.sample.ts file to clientConfig.ts in the same folder.
  • Add any provider names and their corresponding client IDs.
  • All providers should have a matching counterpart in the oauthConfig.ts file. Enter all of the configuration parameters for every new provider in that file.

After setting up the login providers, you can run yarn and yarn start as usual.

Backend Requirements

This app requires the following services to be running:

Application Structure

.
├── public                      # Index.html and favicon
├── src                         # Application source code
│   ├── app                     # Application level components
│       ├── actions             # Actions used for the entire app (i.e. footer, navbar)
│       ├── layout              # Main app template
│       ├── reducers            # Redux reducers
│       ├── routes              # React Router routes
│       ├── store               # Redux store configuration
│   ├── common                  # Common features for entire app
│       ├── @types              # Typescript type definitions
│       ├── assets              # Images, fonts, etc.
│       ├── components          # Generic components
│       ├── constants           # Static data (i.e. footer, navbar links)
│       ├── utils               # Application utilities
│   ├── features                # Main features of application
│       ├── Authentication      # Authentication-related components
│       ├── Publication         # All components related to publication retrieval/display
│   └── index.tsx               # Application rendering
└──                             # Config files

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Eric Hartline

🐛 💻 📖 🎨 🚧 ⚠️

Siddhartha Basu

🚧 🐛 💻 🖋 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Misc badges

Issues Open Issues Closed Issues
Total PRS Open PRS Closed PRS Merged PRS
Commits Branches Tags
GitHub repo size GitHub code size in bytes Lines of Code

publication's People

Contributors

allcontributors[bot] avatar cybersiddhu avatar dependabot-preview[bot] avatar dependabot[bot] avatar erichartline avatar imgbotapp avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.