Production : https://nichtsam.com
Staging : https://staging.nichtsam.com
- Framework: Remix
- Deployment: Fly.io
- Styling: Tailwind CSS
- Copy
.env.example
into.env
- run
pnpm i
- run
pnpm db:migrate
- run
pnpm dev
- open up
http://localhost:3000
This repository has a Github Workflow set up to
deploy automatically.
If you want to deploy manually, refer to
Deploy a Fly App.
- sign up on fiy.io
- setup deployment for fly.io
- set up secrets needed by project's Github Workflows.
Here are some stuff you will need to adjust to make it your website.
/content/blog
Written in mdx, every top-level file or directory with index file is a blog post.
public/favicon.ico
public/favicons
- related fields in
public/site.webmanifest
- logo in
app/components/navbar.tsx
meta()
in every route
LINKS
inapp/components/footer.tsx