blitzmann / that.us

The THAT.US website.

Home Page:https://that.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 v14.17.5
  • 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:3000. 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

πŸ’» πŸ–‹ 🎨

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

πŸ’» πŸ›

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

About

The THAT.US website.

https://that.us

License:GNU General Public License v3.0


Languages

Language:Svelte 81.1%Language:JavaScript 18.6%Language:HTML 0.3%Language:Shell 0.0%Language:CSS 0.0%