nodeschool / oulu

🏫👮 The world’s northernmost NodeSchool chapter.

Home Page:http://nodeschool.io/oulu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeSchool Oulu 🏫👮 Slack Build Status

Welcome to the NodeSchool Oulu chapter's repository. We use this repository for our website and almost all our communication.

Featured workshoppers

Here are the workshoppers we have been through during past events.

Lesson Description
javascripting Learn the basics of JavaScript. No previous programming experience required.
learnyounode Learn the basics of node: asynchronous i/o, http.
elementary-electron NodeSchool workshop for learning Electron.

Other cool tech things happening in Oulu ✨

Contributing to the website

The website is just basic HTML, CSS and JavaScript. It runs on GitHub Pages.

Running locally

Here are useful commands:

# Get a local copy of the repository with the site in it.
git clone git@github.com:nodeschool/oulu.git
cd oulu
# Install the website's development dependencies.
npm install
# Run the site locally. Hit CTRL-C to stop the server
npm run start
# Test the site before pushing
npm run test:site

Team

Notes

Requirements

  • Node and npm
  • Text editor
  • Terminal app
  • Command-line knowledge
  • Programming knowledge
  • JavaScript knowledge

Links

https://github.com/nodeschool/organizers/wiki/Event-Mentor-Best-Practices#on-being-a-mentor

About

🏫👮 The world’s northernmost NodeSchool chapter.

http://nodeschool.io/oulu


Languages

Language:HTML 83.8%Language:JavaScript 12.5%Language:Shell 3.8%