Skip to content

Commit

Permalink
Update PNPM lock file and remove Yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Dec 29, 2023
1 parent fb3f484 commit 9ff98d4
Show file tree
Hide file tree
Showing 4 changed files with 1,848 additions and 13,334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 20
- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm-install
Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ This Ember front-end is the UI where Interflux team members log in to make chang

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

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/)
* [Yarn](https://yarnpkg.com/)
* [Ember CLI](https://cli.emberjs.com/release/)
* [Google Chrome](https://google.com/chrome/)
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/)
- [PNPM](https://pnpm.io/)
- [Ember CLI](https://cli.emberjs.com/release/)
- [Google Chrome](https://google.com/chrome/)

## Installation

- `git clone <repository-url>` this repository
- `cd admin.interflux.com`
- `nvm install`
- `yarn install`
- `pnpm install`

## Serving

- `yarn lint`
- `yarn lint:fix`
- `pnpm lint`
- `pnpm lint:fix`

## Building

- `yarn build`
- `pnpm build`

## Deploying
## Development

- `yarn deploy`
- `pnpm start`

## Further Reading / Useful Links

* [ember.js](https://emberjs.com/)
* [ember-cli](https://cli.emberjs.com/release/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
- [ember.js](https://emberjs.com/)
- [ember-cli](https://cli.emberjs.com/release/)
- Development Browser Extensions
- [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
- [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)

## Branches

We have two branches: `master` and `production`. Developers branch of and merge back into `master` and never need access to `production`. The `production` branch is a representation of what is currently live on our servers and only needs to be checked out for recreating bugs found in production, but not in master.
We have two branches: `master` and `production`. Developers branch of and merge back into `master` and never need access to `production`. The `production` branch is a representation of what is currently live on our servers and only needs to be checked out for recreating bugs found in production, but not in master.
Loading

0 comments on commit 9ff98d4

Please sign in to comment.