tailwind.config.js
.[email protected]
Raleway
has been integrated into the project. It's not using a CDN.Inside of your Astro project, you'll see the following folders and files:
/
āāā public/
ā āāā favicon.ico
āāā src/
ā āāā components/
ā ā āāā Layout.astro
ā ā āāā allOfThem
ā āāā icons/
ā ā āāā Icons.astro
ā āāā images/
ā ā āāā avatar.jpg
ā āāā pages/
ā āāā index.astro
ā āāā aboutme.astro
ā āāā postlist.astro
ā āāā styles/
ā āāā base.css
āāā tailwind.config.js
āāā package.json
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 |