Skip to content

LarsReinken/devonfw-official-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devonfw-website-tst

Code for the devonfw website

Dependencies

Initial setup

  • Open the console in your devonfw distribution (console.bat).
  • Clone this project.
  • Install http-server from npm: npm install -g http-server
  • Inside /search-engine run npm install.

Once all the steps are done, go to /devonfw-guide/ and then:

mvn clean package -Ddocgen.images.dir=images,documentation -P !custom-style,generate-html-doc

After completing the last step:

  • run cd target/generated-docs/.
  • run http-server -o. The default port used will be 8080 but a different one can be specified using the argument -p port-number.

The last command will open a page on http://localhost:8080.

About

New devonfw official website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.9%
  • CSS 40.1%
  • JavaScript 11.0%