Skip to content

robotframework/robotframework.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e5738d · Nov 7, 2021
Oct 14, 2021
May 22, 2021
Oct 14, 2021
Oct 24, 2021
Nov 7, 2021
Jun 24, 2021
Oct 24, 2021
Jun 24, 2021
Sep 3, 2020
Oct 14, 2021
Jun 24, 2021
Oct 17, 2021
Oct 17, 2021
Jul 22, 2021
Oct 4, 2021

Repository files navigation

Robot Framework ecosystem front page

This repository hosts Robot Framework's public website source code. The site itself is available at https://robotframework.org.

Adding or updating resources

To get new links added or old information updated, please submit an issue to this project. If you want a new link to be added, include at least the following information:

  • Name of the library, tool, or other resource.
  • Short description. Should not be longer than 200 characters.
  • Link to the resource.
  • When adding a new user, also include company/organization logo.

Alternatively you can submit a pull request with the above information and make it even easier for us to add the link. For pull requests, only submit source file changes. Build will be done automatically.

License

Robot Framework website is open source software provided under the Apache License 2.0.

Robotframework sources

Robot Framework ecosystem front page sources

Build Setup

# clone repo
git clone https://github.com/robotframework/robotframework.github.com.git

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

When you want to contribute and open a pull request, only commit source file changes. The build will be done by system.

The page is built with Vue CLI.