A modern, responsive landing page for a software development company built with SvelteKit and TailwindCSS.
Clone the repository:
git clone https://github.com/mhmd1619/galaxy-of-coders.git
cd galaxy-of-coders
Install dependencies:
pnpm install
# or
npm install
Start the development server:
pnpm dev
# or
npm run dev
Open your browser and navigate to http://localhost:5173
Create a production build:
pnpm build
# or
npm run build
Preview the production build:
pnpm preview
# or
npm run preview
galaxy-of-coders/
āāā src/ # Source files
ā āāā app.css # Global styles
ā āāā app.html # HTML template
ā āāā lib/ # Shared utilities
ā ā āāā Theme.ts # Theme handling
ā ā āāā index.ts # Library exports
ā āāā components/ # UI components
ā ā āāā ui/ # Base UI components
ā ā āāā Hero.svelte # Hero section
ā ā āāā Services.svelte # Services section
ā ā āāā WhyUs.svelte # Why Us section
ā ā āāā Testimonials.svelte # Testimonials section
ā ā āāā FAQ.svelte # FAQ section
ā ā āāā Footer.svelte # Footer section
ā ā āāā Navbar.svelte # Navigation bar
ā āāā routes/ # SvelteKit routes
ā āāā +layout.svelte # Root layout
ā āāā +page.svelte # Home page
āāā static/ # Static assets
ā āāā favicon.png # Favicon
ā āāā goc.svg # Logo
āāā svelte.config.js # Svelte configuration
āāā tsconfig.json # TypeScript configuration
āāā vite.config.ts # Vite configuration
āāā package.json # Project dependencies
src/components/Services.svelte
src/components/Testimonials.svelte
src/components/FAQ.svelte
src/app.css
src/app.css
src/components
directorysrc/routes/+page.svelte
src/components/Navbar.svelte
The landing page is compatible with:
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
Project Link: https://github.com/mhmd1619/galaxy-of-coders
Built with ā¤ļø by mhmd1619