https://github.com/nodejs/live.nodejs.org
Website for Node.js Live.
https://github.com/nodejs/live.nodejs.org
node nodejs
Last synced: 10 months ago
JSON representation
Website for Node.js Live.
- Host: GitHub
- URL: https://github.com/nodejs/live.nodejs.org
- Owner: nodejs
- Archived: true
- Created: 2016-01-28T02:29:33.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-10-24T21:47:24.000Z (over 9 years ago)
- Last Synced: 2024-10-29T17:19:13.468Z (over 1 year ago)
- Topics: node, nodejs
- Language: HTML
- Size: 3.82 MB
- Stars: 34
- Watchers: 11
- Forks: 35
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Live Website
## Contributing
Checkout the git repo and get started:
```
npm install
npm start
```
This fires up a server that reloads/rebuilds on file changes, located at http://localhost:8080.
All content is in markdown. The main page is `index.md` and all the individual event
pages are in `events/`
If you have any questions about the events or the website log an Issue :)
### Localization
You are welcome to translate this site to your language, especially when the event is in your country.
For example, please visit [Node.js Live @ Beijing](http://live.nodejs.org/zh-CN/events/beijing.html)
Follow these steps to add another language:
1. Create a folder which names your language, such as `zh-CN`, `ja`, `de`, etc. See http://www.metamodpro.com/browser-language-codes
2. Add your language to the beginning of build script `build.js`
3. Add your language to `base.hbs`, search `ul` which `id` is `"languages"`
## Interested in Speaking?
If you live or plan to be near one of the Node.js Live events and are interested in
speaking please log an issue on this repository with your talk, title and description
and don't forget to tell us which event it is for.
Because Node.js Live is an event series for local communities we do not have travel
assistance available :(