Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
funkwhale.audio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
funkwhale.audio
Commits
9e0ff2a3
Commit
9e0ff2a3
authored
2 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
docs: Adjust Readme to show new commands, add some more to the Makefile
parent
7aec459f
No related branches found
No related tags found
1 merge request
!64
Start migration to pelican
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+6
-0
6 additions, 0 deletions
Makefile
README.md
+22
-11
22 additions, 11 deletions
README.md
with
28 additions
and
11 deletions
Makefile
+
6
−
0
View file @
9e0ff2a3
...
...
@@ -95,3 +95,9 @@ i18n_extract:
i18n_compile
:
poetry run pybabel compile
-f
--directory
translations/
--domain
messages
test
:
poetry run pytest test_ns.py
lint
:
poetry run djlint
--reformat
.
This diff is collapsed.
Click to expand it.
README.md
+
22
−
11
View file @
9e0ff2a3
# funkwhale.audio
## Project setup
```
# Dependencies for internationalization
apt-get install gettext jq
yarn install
```
In order to develop for the website, you need to have the following packages installed:
-
poetry
-
make
### Compiles and hot-reloads for development
```
yarn run
serve
make dev
serve
r
```
### Compiles and minifies for production
```
yarn run build
make publish
```
### Run your tests
```
yarn run
test
make
test
```
### Lints and fixes files
```
yarn run lint
make lint
```
### Translations
To extract the strings from the source files, run
```
make i18n_extract
```
### Customize configuration
See
[
Configuration Reference
](
https://cli.vuejs.org/config/
)
.
Before publishing, the translations need to be compiled:
```
make i18n_compile
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment