Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
customer
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chaos Parcel Service
customer
Commits
f64d64a4
Verified
Commit
f64d64a4
authored
Sep 20, 2023
by
hanfi
Browse files
Options
Downloads
Patches
Plain Diff
add basic README
parent
9c937b8e
No related branches found
No related tags found
1 merge request
!4
more cleanup
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+41
-0
41 additions, 0 deletions
README.md
with
41 additions
and
0 deletions
README.md
0 → 100644
+
41
−
0
View file @
f64d64a4
# Chaos Parcel Service: Customer frontend
This is the customer facing part of the Chaos Parcel Service.
This will be the main point to adjust for your Event.
You need a working npm installation to build the frontend from src
## Customizing
*
As the software is still in heavy development, you most likely will encounter bugs we want to fix.
Use your own branch to ease the merging of bugfixes from main.
We like patches
### building
The files are all delivered from the "dist" folder. You can always delete all files inside and run
```
npm run build
```
to reset your files.
### Assets
-
src/static/favicon.png
The sites favicon
-
src/static/logo.png
The logo used in the qr codes
-
src/static/facility.svg
The image display on the index/welcome page
-
src/static/fonts
src/scss/index.scss
Adjust these to your events font.
### html
-
src/views/index.html
Your main page.
Go wild here. The only required item is the button to generate a new delivery
-
src/views/edit.html
The Sticker page.
Be carefull when editing these.
The text part are in the components subfolder.
We very much like patches here.
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