Skip to content

Latest commit

 

History

1,585 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website-www

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

You do not need to install Node.js yourself: devEngines in package.json makes pnpm download and use the pinned Node version automatically when you run pnpm install.

Installing pnpm

Install pnpm with the standalone script, which installs the native executable without requiring an existing Node.js installation:

curl -fsSL https://get.pnpm.io/install.sh | sh -

On Windows (PowerShell):

iwr https://get.pnpm.io/install.ps1 -useb | iex

Avoid installing pnpm through npm or Corepack for this project. pnpm 12 is a native executable that needs no Node.js of its own, but the npm package ships only a placeholder that becomes that binary when its install script runs. If that build is skipped or denied, pnpm silently falls back to running through whatever Node you already have, with no error shown outside an interactive terminal. The standalone install links the native binary directly and has no install script to approve.

Installation

  • git clone <repository-url> this repository
  • cd website-www
  • pnpm install

Running / Development

Ember CLI is a project dependency, so you do not need it installed globally. Use the pnpm scripts above, or prefix one-off commands with pnpm exec.

Code Generators

Make use of the many generators for code, try pnpm exec ember help generate for more details

Running Tests

  • pnpm test:ember
  • pnpm test (lint and tests together, as CI runs them)
  • pnpm exec ember test --server (interactive test server)

Linting

  • pnpm run lint
  • pnpm run lint:fix

Building

  • pnpm exec ember build (development)
  • pnpm build (production)
  • pnpm build:staging (staging)

Deploying

Specify what it takes to deploy your app.

CI Maintenance

The GitHub Actions in .github/workflows are pinned to full commit SHAs (with the release tag in a trailing comment), so a compromised action repository cannot change the code our CI runs by moving a tag.

The trade-off is that pins never update themselves. Refresh them periodically (every few months, or when an action ships a fix we need):

  1. Find the latest release and its commit SHA: git ls-remote --tags https://github.com/actions/checkout 'refs/tags/v5*' (for annotated tags, use the peeled ^{} entry, which is the actual commit)
  2. Update the uses: line with the new SHA and update the version comment in the same edit, so the comment never lies about what the SHA points to.

Further Reading / Useful Links

Releases

Packages

Used by

Contributors

Languages