Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 797 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 797 Bytes

Introduction

  • A tech challenge project to create a full stack web app simulating a real-life racetrack system.

Development Setup Local

  1. Clone this repository
git clone https://github.com/AlexGalhardo/autodromo.alexgalhardo.com
  1. Enter repository
cd autodromo.alexgalhardo.com/
  1. Run setup.sh
chmod +x setup.sh && ./setup.sh

Build for deploy

a. Create build

bun run build

b. To test build production locally run:

bun run start

License

MIT

Copyright (c) January 2024-present, Alex Galhardo