init
This commit is contained in:
parent
b96d554b05
commit
9e39217423
35 changed files with 1465 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# 🚀 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:
|
||||
|
||||
```sh
|
||||
$ 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:
|
||||
|
||||
```sh
|
||||
$ npm run autobuild
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue