A monthly Meetup about web development from Oulu, Finland. Join us on Slack to chat about Web development in Oulu and get involved.
- Meetup group – see when the next events are and register.
- Slack team – come chat with us!
- Code of conduct
Logo inspired by:
The website is just basic HTML, CSS and JavaScript. It runs on GitHub Pages.
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