Skip to content

CreworkTeam/b2b-website

Repository files navigation

Crework Labs - B2B

🚀 Project Structure

/
├── public/
│   └── companies/
│   └── portfolio/
│   └── social/
│   └── styles/
├── src/
│   └── coomponents/
│   └── pages/
│       └── index.astro
└── .prettierrc.mjs
└── astro.config.mjs
└── package.json

Currently, we have our components for the landing page in the src/components/ directory. We created components because each file doesn’t have many lines of code. We will place our images or other static content into the public/ directory, and we’ll try to organize them by grouping similar items into folders.

🧞 Commands

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

About

To showcase b2b offerings from Crework Labs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •