Git Product home page Git Product logo

project-portal's Introduction

๐Ÿ“ Adding new project/product

Opening an Issue

To add your project, create an issue at https://github.com/SUSE/project-portal/issues/new/choose with the template provided.

Opening a PR

To add new content to the list of projects/products, please follow the instructions below:

  • Duplicate one of the items array under /db/projects.ts and fill it with your information.
  • Create a new PR with your changes, one of the repository owners will review it before merging.

๐Ÿ’  Getting Started

For development, please run the following commands:

# This will create an env file with all the things needed for local development (rewrites paths, etc.)
cp .template.env .env.development.local

*Requires Node installed.

npm install
# then:
npm run dev
# or
yarn dev

Project configuration can be found under /db/project-info.ts. You'll need to fill it with your information and the changes would be reflected (live reload) at http://localhost:3000


Build for production

You can serve the applications a Server-Side render with npm start. This will build the Production Ready application.

If you want to generate static files to serve as Static Site on Github Pages for example you should run npm run static. This will generate an /out folder with all the static files.

project-portal's People

Contributors

dirkmueller avatar en3sis avatar kwwii avatar scures avatar lkocman avatar vestival avatar nelsonkopliku avatar rjschwei avatar rmahique avatar mbgg avatar l-mb avatar kstreitova avatar jagabomb avatar jfehlig avatar tacerus avatar dcermak avatar aclark801 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.