astro/examples/portfolio
Peter Cook 8c3221a0df
Portfolio example fix ()
* Fix project page in portfolio example

Projects list was blank because template filter uses publishDate but
front matter uses published_at. Changed front matter to publishDate.

* Fix nested projects in portfolio example
2021-09-29 16:13:02 -04:00
..
public stop building, bundling, and transforming public/ files () 2021-08-25 11:51:04 -07:00
src Portfolio example fix () 2021-09-29 16:13:02 -04:00
.gitignore redesign create-astro () 2021-06-08 11:10:56 -04:00
.npmrc force pnpm to hoist packages inside astro () 2021-06-24 09:48:25 -04:00
.stackblitzrc update examples for stackblitz () 2021-09-16 08:06:22 -07:00
astro.config.mjs Add zod schema validation () 2021-08-23 14:07:03 -07:00
package.json Version Packages () 2021-09-28 09:10:41 -04:00
README.md update examples for stackblitz () 2021-09-16 08:06:22 -07:00
tsconfig.json [ci] yarn format 2021-08-13 23:32:55 +00:00

Astro Starter Kit: Portfolio

npm init astro -- --template portfolio

Open in StackBlitz

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🧞 Commands

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/

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.