8000 GitHub - TryAventum/docs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

TryAventum/docs

Repository files navigation

Aventum Website

This is the source code for aventum.org website, it is a Gatsby application.

To run this application using docker on Windows PowerShell you can run:

docker build -t aventum-gatsby .

docker run -it -p 8000:8000 -v /app/node_modules -v ${pwd}:/app -e CHOKIDAR_USEPOLLING=true aventum-gatsby

To run this application using docker on WSL2 you can run:

docker build -t aventum-gatsby .

docker run -it -p 8000:8000 -v /app/node_modules -v $PWD:/app -e CHOKIDAR_USEPOLLING=true aventum-gatsby

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0