Skip to content

eclipsesource/theia-website

 
 

Repository files navigation

Theia's Website

setup automated

The source for the website and online documentation for the Theia IDE Framework.

How to contribute

The easiest is to use Gitpod, which has everything readily setup to start working:

Open in Gitpod

Work locally

Building locally requires node 14.x. Alternatively, you can use npm i --legacy-peer-deps to ignore conflicting peer dependencies.

npm install && npm run start

To build for production and serve, run:

npm run build
npm run serve

CI

The website is automatically built at and deployed to Netlify.

License

Trademark

"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.dev/theia

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%