Skip to content

wcygan/twote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34166c4 · Jan 12, 2024

History

61 Commits
Jan 12, 2024
Sep 26, 2023
Oct 9, 2023
Oct 18, 2023
Oct 18, 2023
Oct 18, 2023
Oct 9, 2023
Oct 18, 2023
Dec 31, 2023
Oct 18, 2023
Oct 18, 2023
Oct 18, 2023
Oct 19, 2023
Oct 18, 2023
Sep 21, 2023
Sep 26, 2023
Oct 18, 2023
Oct 18, 2023
Dec 31, 2023
Oct 6, 2023
Oct 9, 2023
Sep 26, 2023

Repository files navigation

Twote

One Pager

A social media app where users can post messages and follow other users.

Architecture

Local Setup

See SETUP.md for instructions on how to set up the project on your local machine.

Running the app

The application runs within Docker. Start it with this command:

./scripts/bootstrap_docker.sh

For windows, use this command:

./scripts/windows/bootstrap_docker.ps1

Next, open http://localhost:3000/ in your browser.