Skip to content

franchesca5222/Tailcast

This branch is up to date with matt765/Tailcast:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be29a4c · Jun 6, 2024

History

47 Commits
Jun 3, 2024
Oct 22, 2022
Jun 6, 2024
Oct 21, 2022
Jun 6, 2024
Jun 3, 2024
Jun 3, 2024
Oct 21, 2022
Oct 29, 2022
Jun 3, 2024
Jun 6, 2024
Jun 6, 2024
Oct 21, 2022

Repository files navigation

Tailcast

Dark themed website template built on AstroJS, designed for fictional startup

Tech stack:

Astro, React, Tailwind, Framer Motion

Live link

https://tailcast.vercel.app/

Project Structure

├── public/
│   └── favicon.svg
├── src/
│   ├── assets
│   │   ├── icons
│   │   ├── images
│   │   └── logos
│   ├── components
│   ├── layouts
│   ├── pages
│   └── styles
└── package.json

How to run

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.8%
  • Astro 6.0%
  • CSS 2.2%