Skip to content

Commit dace87b

Browse files
committed
docs: rename README
1 parent 0c8c63e commit dace87b

File tree

2 files changed

+51
-58
lines changed

2 files changed

+51
-58
lines changed

READ-THIS.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# c2jweb
2+
3+
This README outlines the details of collaborating on this Ember application.
4+
A short introduction of this app could easily go here.
5+
6+
## Prerequisites
7+
8+
You will need the following things properly installed on your computer.
9+
10+
- [Git](https://git-scm.com/)
11+
- [Node.js](https://nodejs.org/)
12+
- [Yarn](https://yarnpkg.com/)
13+
- [Ember CLI](https://ember-cli.com/)
14+
- [Google Chrome](https://google.com/chrome/)
15+
16+
## Installation
17+
18+
- `git clone <repository-url>` this repository
19+
- `cd c2jweb`
20+
- `yarn install`
21+
22+
## Running / Development
23+
24+
- `ember serve`
25+
- Visit your app at [http://localhost:4200](http://localhost:4200).
26+
- Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
27+
28+
### Code Generators
29+
30+
Make use of the many generators for code, try `ember help generate`
31+
for more details
32+
33+
### Running Tests
34+
35+
- `ember test`
36+
- `ember test --server`
37+
38+
### Linting
39+
40+
- `yarn lint:hbs`
41+
- `yarn lint:js`
42+
- `yarn lint:js --fix`
43+
44+
### Building
45+
46+
- `ember build` (development)
47+
- `ember build --environment production` (production)
48+
49+
### Deploying
50+
51+
Specify what it takes to deploy your app.

_OLD_README.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)