Skip to content

damies13/robotframework.github.com

This branch is 2 commits ahead of, 52 commits behind robotframework/robotframework.github.com:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bd15d64 · Oct 17, 2024
Mar 5, 2024
May 22, 2021
Mar 5, 2024
Aug 25, 2023
Mar 17, 2024
Oct 17, 2024
Jun 24, 2021
Apr 21, 2023
Dec 23, 2021
Aug 11, 2022
Aug 11, 2022
Jun 24, 2021
Jan 13, 2022
Oct 10, 2023
Oct 10, 2023
Mar 2, 2022
Oct 1, 2023

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.

Use GitPod.io

With Gitpod you get a free "pop up" dev environment. Just register at gitpod with your github account and create a new workspace from your fork.

Steps to do:

  • Fork this page to your own Github account
  • Register at Gitpod.io with your github account
  • Create a new workspace with the url to your fork.

Gitpod will now automatically set up a full development environment with a running development server and a full functioning VSCode.

After the startup of the development web server in your Terminal, you can open the page preview.

To open the preview of the robotframework.org page, which you are developing, you can just follow the link in the terminal of the started VSCode. Just click on http://localhost:8080/ with the modifier CTRL (Windows & Linux) or CMD (Mac).

Once you are done with your changes you can commit your modifications to your fork and create a pull-request to the original repository.

About

Robot Framework ecosystem from page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 35.8%
  • HTML 30.3%
  • JavaScript 27.7%
  • CSS 5.3%
  • Other 0.9%