Kaztalek's Personal Website
I can't think of an h1 that doesn't sound lame.
I'll write this readme in the future.
Scripts
npm start
: Starts the app, what can I saynpm run ui
: Clones the UI repo and builds it into theui/
directory
Stuff to Know
- I don't want to commit binary files, so the
public/files/
directory isn't under source control - The UI is disposable. It currently lives here
- All environment variables can be set in a
.env
file in the root directory. Use.env.example
as a guide.