Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

sergiodxa/personal-slides

Repository files navigation

Personal Slides

This are the slides used on my talks, either in courses, workshops, etc.

How to run

Development

All that's needed to run this blog is:

yarn
yarn dev

Then head to http://localhost:3000. Changes you make to components will henceforth be reflected there in realtime.

Deployment

All that's needed to deploy this site to the cloud is to execute a single command

now

This will build and export to HTML files the site, generate the RSS feed, deploy it to Now and then alias it automatically.