Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 413
    • Issues 413
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 17
    • Merge requests 17
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1259

Small Improvements to Frontend Dev Onboarding

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged heyarne requested to merge heyarne/funkwhale:feature/improve-dev-onboarding into develop Jan 03, 2021
  • Overview 1
  • Commits 2
  • Pipelines 1
  • Changes 1

I was really pleasantly surprised to see that I could change the frontend code against a server running elsewhere! Kudos for that.

There were two things that caused slight hiccups:

  1. The port of the URL displayed after running npm run serve was wrong. This changes port 8000 to 8080 so it's consistent.
  2. The server crashed the first time I started it and complained about missing translations. Instead of manually having to generate them, the command now checks if the folder exists and generates the translations if needed.

Hope this is helpful, happy new year!

Edited Jan 03, 2021 by heyarne
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/improve-dev-onboarding