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

Latest commit

 

History

History
29 lines (19 loc) · 609 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 609 Bytes

Startup Weekend Latinxs in Tech

Website for the startup weekend latinxs in tech.

contributing

Install gloria using npm:

npm install -g gloria

This will install a command to build and run the site locally.

Clone the repo:

git clone git@github.com:techqueria/swlatinx.git
cd swlatinx
gloria serve -b

The homepage is in index.html, make the changes required there and commit and push.

The site uses bootstrap as CSS library, look at their documentation for examples, and information on how to use it.