Skip to content

DuneGroup/dunegroup-consulting

Repository files navigation

Dune Group Consulting astro+astrowind site

Modifications to original theme source code consist of content and slight styling tweaks.

  • Landing page content like logos, copy text & features are defined in src/pages/index.astro, with the exception of team members which are defined in src/content/team/*.md
  • Blog content resides in the content/ folder

Installation

1. Clone the repo

git clone https://github.com/DuneGroup/dunegroup-consulting.git myProjectName
# or
git clone https://github.com/DuneGroup/dunegroup-consulting.git .

The . will clone it to the current directory so make sure you are inside your project folder first.

2. Install Dependencies

npm install

3. Start development Server

npm run dev

Preview & Build

npm run preview
npm run build

Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── ...
├── src/
│   ├── components/
│   │   └── ...
│   ├── layouts/
│   │   └── ...
│   └── pages/
│       └── ...
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

Any static assets, like images, can be placed in the public/ directory.

TailwindCSS

TailwindCSS is already configured in this repo, so you can start using it without any installation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •