Simple application built with sveltekit, ChatGPT style.
Built with:
Run the following command to view the production like application:
make start-prod
The application will be running at http://localhost:3000
Running the app with docker is easy, and hot module reload works! Simply run:
make start
The application will be running at http://localhost:3000