Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xampprocky/timetill.rs

A community website for highlighting Rust conferences.
https://github.com/xampprocky/timetill.rs

rust website

Last synced: about 2 months ago
JSON representation

A community website for highlighting Rust conferences.

Awesome Lists containing this project

README

        

# [Timetill.rs](//timetill.rs)
[![Travis CI status](https://img.shields.io/travis/XAMPPRocky/timetill.rs.svg?branch=master)](https://travis-ci.org/XAMPPRocky/timetill.rs)

This repository hosts the code for building the timetill.rs website. The website
is hosted through GitHub pages.

# Building the website
To build the website you need to have [`node`], [`yarn`], and [`parcel`]
installed.

To build and run the website run the following command.
```
parcel index.html
```

[`node`]: //nodejs.org/
[`yarn`]: //yarnpkg.com
[`parcel`]: //parceljs.org