Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creationix/howtonode.org
This repo contains the actual articles for HowToNode.org
https://github.com/creationix/howtonode.org
Last synced: 21 days ago
JSON representation
This repo contains the actual articles for HowToNode.org
- Host: GitHub
- URL: https://github.com/creationix/howtonode.org
- Owner: creationix
- Created: 2010-01-29T18:00:12.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T19:53:43.000Z (over 2 years ago)
- Last Synced: 2024-10-16T10:31:36.989Z (23 days ago)
- Language: JavaScript
- Homepage: http://howtonode.org/
- Size: 4.22 MB
- Stars: 887
- Watchers: 60
- Forks: 263
- Open Issues: 26
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-starred - creationix/howtonode.org - This repo contains the actual articles for HowToNode.org (others)
README
# HowToNode.org
This is a community supported blog about how to program in nodejs.
This is powered by a new static blog engine written in node called [wheat][].
To run a local version of the blog, simply install [wheat][] and it's dependencies, node.JS v0.1.101 or later.
If you have [spark][] installed, just type `spark` in this directory. If not, append `.listen(3000)` right before the closing semicolon and run it with `node app.js`
You can get a working wheat environment out of the box with [ivy][].
[wheat]: http://github.com/creationix/wheat
[ivy]: http://github.com/creationix/ivy
[spark]: http://github.com/senchalabs/spark## Contributing
The best way to contribute is to fork this repository and add your article. If this is your first article, then please add an entry for yourself in the authors directory as well.
### Article format
Every article is a markdown file with some meta-data at the top of the file.
Title: Control Flow in Node Part II
Author: Tim Caswell
Date: Thu Feb 04 2010 02:24:35 GMT-0600 (CST)
Node: v0.1.91I had so much fun writing the last article on control flow, that I decided to...
## First section: Display JavaScript files
* display contents of external JavaScript file (path is relative to .markdown file)
* display contents of external JavaScript file and evaluate its contents
More content goes here.
### Author format
Every author has a markdown file located in `authors` folder. You should name this file by your name and surname `Name Surname.markdown`.
Github: your_github_account
Email: [email protected]
Homepage: http://yourhomepage.com
Twitter: your_twitter_account
Location: City, State, CountryA few words about you.
### Starting the project on your local machine
Please check if the project is still working after you add your contribution to it. You can run the project in three easy steps:
1. Install the `npm`packages: `npm install`
2. Start the server: `node server/server.js`
3. Enjoy your local blog clone at `http://localhost:8080`More docs to come soon...
## Licensing
All articles are copyright to the individual authors. Authors can put notes about license and copyright on their individual bio pages if they wish.