You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-79Lines changed: 1 addition & 79 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,84 +52,6 @@ W3Develops has the following constraint:
52
52
53
53
It's free so resources are sometimes stretched.
54
54
55
-
Repo Overview
56
-
57
-
.well-known -- This file is so people can contribute BAT to us.
58
-
css --
59
-
docs --
60
-
download --
61
-
forum --
62
-
img --
63
-
js --
64
-
mail --
65
-
marketplace --
66
-
mock-guide --
67
-
pages --
68
-
dev -- our open source source social network
69
-
scss --
70
-
vendor --
71
-
config.yml --
72
-
.bashrc --
73
-
.gitignore --
74
-
travis.yml --
75
-
CODE_OF_CONDUCT.md --
76
-
CONTRIBUTING.md
77
-
gulpfile.js
78
-
index.html -- Our landing page
79
-
LICENSE -- BSD 3
80
-
package-lock.json --
81
-
package.json --
82
-
README.md -- This File
83
-
84
-
85
-
TODO
86
-
87
-
Organize the development team and schedule weekly team stand-ups.
88
-
89
-
90
-
TASKS
91
-
92
-
Make w3Develops downoadable from npm.
93
-
Enable travis-ci.
94
-
Make the masthead responsive for mobile devices.
95
-
Make a downloadable link for the site at w3develops.org/download/w3develops.html/.
96
-
Update the status and img shields below to reflect w3develops instead of blackrock.
97
-
Change the social networks folder name from pro to dev.
98
-
Make the nav non transparent and non transforming.
99
-
Double check if gulp is properly installed.
100
-
Update the dev, forum, and marketplace files to reflect w3Develops instead of their stock files.
101
-
Update the style guide.
102
-
103
-
104
-
105
-
## Download and Installation
106
-
107
-
To begin contributing to this website, choose one of the following options to get started:
108
-
*[Download the latest release on w3Develops](https://w3develops.org/download/w3develops.html/)
109
-
* Install via npm: `npm i w3develops` (This is not currently configured)
110
-
* Clone the repo: `git clone https://github.com/w3develops/w3develops.git`
111
-
*[Fork, Clone, or Download on GitHub](https://github.com/w3develops/w3develops)
112
-
113
-
## Usage
114
-
115
-
### Basic Usage
116
-
117
-
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
118
-
119
-
### Advanced Usage
120
-
121
-
After installation, run `npm install` and then run `npm start` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
122
-
123
-
#### Gulp Tasks
124
-
125
-
-`gulp` the default task that builds everything
126
-
-`gulp watch` browserSync opens the project in your default browser and live reloads when changes are made
127
-
-`gulp css` compiles SCSS files into CSS and minifies the compiled CSS
128
-
-`gulp js` minifies the themes JS file
129
-
-`gulp vendor` copies dependencies from node_modules to the vendor directory
130
-
131
-
You must have npm and Gulp installed globally on your machine in order to use these features.
132
-
133
55
## Bugs and Issues
134
56
135
57
Have a bug or an issue with this template? [Open a new issue](https://github.com/w3develops/w3develops/issues) here on GitHub.
@@ -189,4 +111,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
189
111
190
112
Copyright 2017-2019 w3Develops LLC. Code released under the [MIT](https://github.com/w3develops/w3develops/blob/gh-pages/LICENSE) license.
191
113
192
-
Pull requests welcome! Please keep in mind simplicity & teaching over correctness.
114
+
Pull requests welcome! Please keep in mind simplicity & teaching over correctness.
0 commit comments