Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xampprocky/timetill.rs
- Owner: XAMPPRocky
- Created: 2019-04-11T10:59:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:17:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T00:26:07.291Z (about 2 months ago)
- Topics: rust, website
- Language: Vue
- Homepage:
- Size: 2.21 MB
- Stars: 23
- Watchers: 3
- Forks: 13
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
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