You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,17 @@ the Arch Linux package statistics website.
12
12
13
13
# Setup
14
14
1. Run `just init` to install dependencies, build and generate fixtures
15
-
2. Run `just run` to start the application locally or `just dev` to watch for template and Go changes and rebuild automatically (requires [air](https://github.com/air-verse/air))
15
+
2. Run `just run` to start the application locally
16
16
3. Run `just` for a full list of available commands
17
17
18
-
# Contributions
18
+
# Contributing
19
+
## Dev Mode
20
+
Run `just dev` to watch for template and Go changes and rebuild automatically (requires [air](https://github.com/air-verse/air)).
21
+
The automatic rebuild does not include assets (images, JS, CSS) and all unused classes are stripped during the build process.
22
+
Thus, ehen changing classes for example, you might need to stop the dev server and run `just build-assets` and then start
23
+
the project again.
24
+
25
+
## Tests
19
26
For contributing you'll probably want to test your changes at least once
20
27
before submitting a pull request. Run `just test` to run all tests.
0 commit comments