No description
Find a file
2024-04-07 22:46:47 +02:00
src/sphinx_victorykit_theme init 2024-04-07 22:32:31 +02:00
support init 2024-04-07 22:32:31 +02:00
tests init 2024-04-07 22:32:31 +02:00
vendor/bitbucket.org/victorykit chore: add submodule 2024-04-07 22:45:52 +02:00
.gitignore init 2024-04-07 22:32:31 +02:00
.gitmodules chore: set submodule to shallow copy 2024-04-07 22:46:47 +02:00
babel.cfg init 2024-04-07 22:32:31 +02:00
Pipfile init 2024-04-07 22:32:31 +02:00
Pipfile.lock init 2024-04-07 22:32:31 +02:00
pyproject.toml init 2024-04-07 22:32:31 +02:00
README.md init 2024-04-07 22:32:31 +02:00
setup.cfg init 2024-04-07 22:32:31 +02:00
setup.py init 2024-04-07 22:32:31 +02:00
tox.ini init 2024-04-07 22:32:31 +02:00

🚀 Welcome to your new awesome project!

Development

Hot-Reloading

For a more seamless development workflow, it is possible to host the demo through a built-in web server with hot-reloading enabled. When accessing the site through a JavaScript-enabled browser, it will automatically reload once changes made to the source (src/tiararodneycom_theme) are detected.

To run the server, execute the following command:

$ python3 -m pipenv run autobuild-demo

Additionally, when working with static content (src/tiararodneycom_static), you may launch a webpack-dev-server in parallel for hot-reloading static files. The sphinx-autobuilder will pick up any changes made by webpack-dev-middleware so you can keep on accessing the server hosted through the autobuild-demo command.

To start the webpack-dev-server, execute:

$ npm run autobuild