Skip to content

robotframework/robocon

Repository files navigation

RoboCon Website

This repository hosts RoboCon webpage source code.

How to run

Readme (old) for editing this page is located at "old page/sources/README.md".

Make sure to use Node v16.

To install all dependencies, run:

npm i

in the project's root, and then run:

npm run dev

Go to localhost:8080 to see the rendered website.

Adding or updating resources

To get new links added or old information updated, please submit an issue to this project.

Alternatively you can submit a pull request with the above information and make it even easier for us.