Skip to content

Commit 35e2228

Browse files
committedSep 28, 2017
renamed files
1 parent a8382e0 commit 35e2228

9 files changed

+53
-54
lines changed
 

‎_.editorconfig ‎.editorconfig

File renamed without changes.

‎_.eslintrc.js ‎.eslintrc.js

File renamed without changes.

‎_.gitattributes ‎.gitattributes

File renamed without changes.

‎_.gitignore ‎.gitignore

File renamed without changes.

‎_CONTRIBUTING.md ‎CONTRIBUTING.md

File renamed without changes.

‎README.md

+53-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,53 @@
1-
# SPLASM
1+
# Project Name
2+
3+
> Pithy project description
4+
5+
## Team
6+
7+
- teamMember
8+
- teamMember
9+
- teamMember
10+
- teamMember
11+
12+
## Table of Contents
13+
14+
1. [Usage](#Usage)
15+
1. [Requirements](#requirements)
16+
1. [Development](#development)
17+
1. [Installing Dependencies](#installing-dependencies)
18+
1. [Tasks](#tasks)
19+
1. [Roadmap](#roadmap)
20+
1. [Contributing](#contributing)
21+
22+
## Usage
23+
24+
> Some usage instructions
25+
26+
## Requirements
27+
28+
- Node 6.4.x
29+
- Redis 2.6.x
30+
- Postgresql 9.1.x
31+
- etc
32+
- etc
33+
34+
## Development
35+
36+
### Installing Dependencies
37+
38+
From within the root directory:
39+
40+
```sh
41+
npm install -g bower
42+
npm install
43+
bower install
44+
```
45+
46+
### Roadmap
47+
48+
View the project roadmap [here](LINK_TO_DOC)
49+
50+
51+
## Contributing
52+
53+
See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.

‎_STYLE-GUIDE.md ‎STYLE-GUIDE.md

File renamed without changes.

‎_README.md

-53
This file was deleted.

‎_package.json ‎package.json

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.