Created a project structure and build system with basic layout design.
This commit is contained in:
43
README.md
43
README.md
@@ -22,3 +22,46 @@ Screen Shots
|
||||
------------
|
||||
|
||||

|
||||
|
||||
## Development instructions
|
||||
|
||||
> For development purposes only.
|
||||
|
||||
Install NPM dependencies:
|
||||
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
Install Bower dependencies:
|
||||
|
||||
```
|
||||
bower install
|
||||
```
|
||||
|
||||
Run Gulp once:
|
||||
|
||||
```
|
||||
gulp
|
||||
```
|
||||
|
||||
Run Gulp and monitor changes:
|
||||
|
||||
```
|
||||
gulp watch
|
||||
```
|
||||
|
||||
### Load unpacked in Chrome
|
||||
|
||||
1. Go to `Settings` -> `Extensions`
|
||||
2. Enable `Developer mode`
|
||||
3. Click `Load unpacked extension...`
|
||||
4. Select repository directory
|
||||
|
||||
> This is how is a example layout design for first phase.
|
||||
|
||||

|
||||
|
||||
### Issues
|
||||
|
||||
- Currently Elixir can only run one Browserify task at a time. (I will create a new Browserify task for this)
|
||||
|
||||
Reference in New Issue
Block a user