Skip to content

Inboxt/landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inboxt Landing Page

This repository contains the source code for the Inboxt Landing Page. Built with Astro.

Local Development

Start Development Server

Use this for real-time previewing with Hot Module Replacement (HMR) as you edit Markdown files.

npm install
npm run dev

The site will be available at http://localhost:4321.

Build & Preview

Use this to check the final static production build locally.

# Build the static site
npm run build

# Preview the build locally
npm run preview

Folder Structure

  • src/layouts: Main page layouts (Base, Docs-style).
  • src/components: Reusable UI components.
  • src/pages: Individual routes (Home, Privacy, etc.).
  • public/: Static assets (logos, images).

License

The content of this website is licensed under the MIT License.

The Inboxt application and backend are licensed separately under the AGPL-3.0. View the application repository.

About

Landing page for Inboxt

Resources

License

Stars

Watchers

Forks

Contributors