Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.38 KB

Your Fearless Leader

Source code for yfl.band.

Making basic content changes

  1. Visit constants.ts.
  2. Select the pencil icon (Edit this file).
  3. Make desired changes.
  4. Select the Commit changes... button.
  5. Ensure the Create a new branch for this commit and start a pull request option is enabled.
  6. Select the Propose changes button.
  7. Select the Create pull request button.
  8. Wait for all checks to finish (should take less than one minute).
  9. Open the Details link in a new tab, and verify your change in the preview deployment.
    1. Make sure the change looks good for narrow and wide screens!
  10. Close the preview deployment and select Merge pull request.
  11. Select Confirm merge. The changes should automatically deploy and be live within two minutes.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

Building

To create a production version of the application:

npm run build

You can preview the production build with npm run preview.

This repository was created via create-svelte

Everything you need to build a Svelte project, powered by create-svelte.