Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
geant-swd
compendium-v2
Commits
4eb77948
Commit
4eb77948
authored
4 months ago
by
Bjarke Madsen
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
51eefe77
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compendium-frontend/README.md
+11
-0
11 additions, 0 deletions
compendium-frontend/README.md
with
11 additions
and
0 deletions
compendium-frontend/README.md
+
11
−
0
View file @
4eb77948
...
@@ -28,3 +28,14 @@ bun run build
...
@@ -28,3 +28,14 @@ bun run build
This will build the new bundle and deploy it to
This will build the new bundle and deploy it to
`compendium_v2/static/*`
. This should be committed to the repository.
`compendium_v2/static/*`
. This should be committed to the repository.
# Linting/Formatting
For the Flask app, use pep8 (autopep8 in vscode) with a max line length of 120.
The frontend (compendium-frontend) uses eslint for linting checks, and some formatting rules are enforced.
The build of the frontend is gated by a linting check, to fix anything auto-fixable, use:
```
bash
bun run lint:fix
```
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