https://github.com/darrylyeo/fluffy-spork
Just playing around with Git. (Needs more fluff.)
https://github.com/darrylyeo/fluffy-spork
fluff git hello-world spork
Last synced: 3 months ago
JSON representation
Just playing around with Git. (Needs more fluff.)
- Host: GitHub
- URL: https://github.com/darrylyeo/fluffy-spork
- Owner: darrylyeo
- Created: 2017-01-20T01:25:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T20:40:06.000Z (over 6 years ago)
- Last Synced: 2026-01-27T05:11:07.294Z (5 months ago)
- Topics: fluff, git, hello-world, spork
- Language: JavaScript
- Homepage: https://fluffy-spork.netlify.com
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluffy-spork 
Just playing around with Git. Pull requests welcome.
Join in the fun - we [sure could use more fluff](https://github.com/darrylyeo/fluffy-spork/issues/1).

# Contributing
Navigate to your terminal and check out the repository:
`git clone git@github.com:darrylyeo/fluffy-spork.git`
Install the npm packages listed in `package.json`. These are used when building.
`npm install`
There are two directories:
- `/src`: Where all development happens. All code written by you goes here.
- `/build`: Generated files to be deployed as the end product. **Never modify anything in this folder directly** - leave that to the build tools.
Once you've made your modifications (in `/src`, of course), build the project with Gulp:
`gulp build`
For now, this simply copies all the files from `/src` to `/build`.
If you have any concerns, please [raise an issue](https://github.com/darrylyeo/fluffy-spork/issues) and list to-dos under the appropriate [Project](https://github.com/darrylyeo/fluffy-spork/projects).
May your days be fluffy and sporkly!
— **[Darryl Yeo](https://darryl-yeo.com)**