/ouluwebdev.github.io

A monthly Meetup about web development from Oulu, Finland

Primary LanguageHTMLMIT LicenseMIT

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