Skip to content

ThatConference/that.us

Repository files navigation

THAT.US

GitHub issues open release All Contributors

Get started

THAT.us is a SvelteKit application. It uses Tailwind for styling, and makes GraphQL calls against our Api, https://api.that.tech/view.

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...

  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 hello@that.us.

running

  npm run dev

Navigate to 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

  npm run local:build
  npm run preview

Mind you the build servers will run the following:

  npm run build

The only difference is how we're managing env settings.

Commiting

We now follow the commitlint conventional spec.

https://www.npmjs.com/package/@commitlint/config-conventional

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Clark Sell
Clark Sell

πŸ’» πŸ–‹ 🎨
Brett Slaski
Brett Slaski

πŸ’» πŸš‡ 🚧
Sara Gibbons
Sara Gibbons

πŸ‘€ πŸ““ πŸ’»
Andrew Hooker
Andrew Hooker

πŸ› πŸ““ πŸ‘€ πŸ’»
Erin Gemoll
Erin Gemoll

πŸ›
TheTopher
TheTopher

πŸ›
Mike
Mike

πŸ› πŸ““
Michael Fazio
Michael Fazio

πŸ’» πŸ›
PrairieGrl
PrairieGrl

πŸ›
Rolando Lopez
Rolando Lopez

πŸ›
Jeana
Jeana

πŸ› πŸ’»
lukeplamann
lukeplamann

πŸ€”
Eddie Jaoude
Eddie Jaoude

πŸ’» πŸ›
David Pine
David Pine

πŸ’»
Kamran Ayub
Kamran Ayub

πŸ›
Ken Samson
Ken Samson

πŸ›
asdfasdfasdfasdf asd
asdfasdfasdfasdf asd

πŸ€”
Ross Larson
Ross Larson

πŸ€”
Caden Sumner
Caden Sumner

πŸ’» πŸ›
asharonbaltazar
asharonbaltazar

πŸ’»
teyd
teyd

πŸ›
Sharon Cichelli
Sharon Cichelli

πŸ’»
DrewKjell
DrewKjell

πŸ›
Thales Agapito
Thales Agapito

πŸ’»
ReazerDev
ReazerDev

πŸ’»
Yassine Latreche
Yassine Latreche

πŸ’»
Ken Johnson
Ken Johnson

πŸ›
Corey Haines
Corey Haines

πŸ›
Jacob Mischka
Jacob Mischka

πŸ’»
Rachael Andrew
Rachael Andrew

πŸ’»
Jeff Allen
Jeff Allen

πŸ›
Eric Selje
Eric Selje

πŸ›
Matt Millican
Matt Millican

πŸ›
Michael Wales
Michael Wales

πŸ’»
Adam J Tegen
Adam J Tegen

πŸ’»
Joshua Pierce
Joshua Pierce

πŸ’»
Ryan Holmes
Ryan Holmes

πŸ›
Steven Millard
Steven Millard

πŸ’»
SQrL143
SQrL143

πŸ’»
Jessica Knaak
Jessica Knaak

πŸ›
zachesposito
zachesposito

πŸ’»
Al
Al

πŸ’»
Andrew Schwabe
Andrew Schwabe

πŸ’»
Jon Cwiak
Jon Cwiak

πŸ›
Michael
Michael

πŸ’» πŸ›
Daniel Garcia
Daniel Garcia

πŸ›
Kristjan Roosild
Kristjan Roosild

πŸ’»
Dan Willman
Dan Willman

πŸ’»
Bob Dankert
Bob Dankert

πŸ€”

This project follows the all-contributors specification. Contributions of any kind welcome!