Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvinciguerra/conf-boilerplate
Conference website boilerplate made with Svelte (based on braziljs/conf-boilerplate)
https://github.com/dvinciguerra/conf-boilerplate
braziljs braziljs-conf conf-boilerplate conference conference-website frontend sapper svelte3 website
Last synced: about 1 month ago
JSON representation
Conference website boilerplate made with Svelte (based on braziljs/conf-boilerplate)
- Host: GitHub
- URL: https://github.com/dvinciguerra/conf-boilerplate
- Owner: dvinciguerra
- License: mit
- Created: 2020-05-28T12:22:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:15:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T05:07:03.464Z (over 1 year ago)
- Topics: braziljs, braziljs-conf, conf-boilerplate, conference, conference-website, frontend, sapper, svelte3, website
- Language: JavaScript
- Size: 286 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conf Boilerplate
This project pretend to be a simple, customizable and "backendless" conference website.
![](./screenshot.png)
## Table of contents
* [Getting Started](#getting-started)
* [Author](#author)
* [License](#license)## Getting Started
1. Install [git]() and [nodejs]() (if you don't have it installed)
2. Clone this repository
```sh
$ git clone [email protected]:dvinciguerra/conf-boilerplate.git
```3. Go to the project directory
```sh
$ cd conf-boilerplate
```4. Install dependencies using you favorite package manager (I prefer yarn =P)
```sh
$ yarn install
```5. If all dependencies are installed successfully, type the follow command to run application
```sh
$ yarn run dev
```## Author
* [Daniel Vinciguerra](https://github.com/dvinciguerra)
## License
[MIT License](./License) © Daniel Vinciguerra