Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatconference/that.us
The THAT.US website.
https://github.com/thatconference/that.us
graphql svelte sveltekit
Last synced: about 13 hours ago
JSON representation
The THAT.US website.
- Host: GitHub
- URL: https://github.com/thatconference/that.us
- Owner: ThatConference
- License: gpl-3.0
- Created: 2019-07-29T14:07:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T11:49:48.000Z (5 months ago)
- Last Synced: 2024-06-25T13:15:32.562Z (5 months ago)
- Topics: graphql, svelte, sveltekit
- Language: Svelte
- Homepage: https://that.us
- Size: 130 MB
- Stars: 66
- Watchers: 10
- Forks: 32
- Open Issues: 106
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# THAT.US
[![GitHub issues open](https://img.shields.io/github/issues/thatconference/that.us.svg)](https://github.com/thatconference/that.us/issues) [![release](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/thatconference/that.us/issues)
[![All Contributors](https://img.shields.io/badge/all_contributors-49-orange.svg?style=flat-square)](#contributors-)## Get started
THAT.us is a SvelteKit application. It uses Tailwind for styling, and makes GraphQL calls against our Api, .
### local dependencies
- nodejs v18.x
- npm v8.0.0### project dependencies
We use nodenv to manage our node versions, it's configed in this repo.
Install the project dependencies...
```bash
npm i
```## Building and running in development
### env configuration
You will find the env settings in .env.sample. The current settings in the .env.sample will allow you to do development on pages which do not require authentication. If you're interested in working on those pages in the project you will need some additional values. Email us at .
### running
```bash
npm run dev
```Navigate to [localhost:5173](http://localhost:5173). You should see your app running. Edit a component file in `src`, save it. It's setup with HMR and Tailwind's JIT. You should see your changes as soon as you make them.
## Building and running in production mode
```bash
npm run local:build
npm run preview
```Mind you the build servers will run the following:
```bash
npm run build
```The only difference is how we're managing env settings.
## Commiting
We now follow the commitlint conventional spec.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Clark Sell
💻 🖋 🎨
Brett Slaski
💻 🚇 🚧
Sara Gibbons
👀 📓 💻
Andrew Hooker
🐛 📓 👀 💻
Erin Gemoll
🐛
TheTopher
🐛
Mike
🐛 📓
Michael Fazio
💻 🐛
PrairieGrl
🐛
Rolando Lopez
🐛
Jeana
🐛 💻
lukeplamann
🤔
Eddie Jaoude
💻 🐛
David Pine
💻
Kamran Ayub
🐛
Ken Samson
🐛
asdfasdfasdfasdf asd
🤔
Ross Larson
🤔
Caden Sumner
💻 🐛
asharonbaltazar
💻
teyd
🐛
Sharon Cichelli
💻
DrewKjell
🐛
Thales Agapito
💻
ReazerDev
💻
Yassine Latreche
💻
Ken Johnson
🐛
Corey Haines
🐛
Jacob Mischka
💻
Rachael Andrew
💻
Jeff Allen
🐛
Eric Selje
🐛
Matt Millican
🐛
Michael Wales
💻
Adam J Tegen
💻
Joshua Pierce
💻
Ryan Holmes
🐛
Steven Millard
💻
SQrL143
💻
Jessica Knaak
🐛
zachesposito
💻
Al
💻
Andrew Schwabe
💻
Jon Cwiak
🐛
Michael
💻 🐛
Daniel Garcia
🐛
Kristjan Roosild
💻
Dan Willman
💻
Bob Dankert
🤔
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!