ouluwebdev / ouluwebdev.github.io

A monthly Meetup about web development from Oulu, Finland

Home Page:https://ouluwebdev.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oulu Web Development Slack Build Status

A monthly Meetup about web development from Oulu, Finland. Join us on Slack to chat about Web development in Oulu and get involved.

Other cool tech things happening in Oulu

Artwork

Logo inspired by:

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

About

A monthly Meetup about web development from Oulu, Finland

https://ouluwebdev.github.io/

License:MIT License


Languages

Language:HTML 100.0%