Version 2.5 of my portfolio.
Check it out: Adam's Portfolio
Technologies Used:
- Astro
- JavaScript (ES6)
- REST API
- Markdown
- CSS
- npm
Icons from iconify
Deployed via netlify
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 |
Command | Action |
---|---|
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
ntl deploy |
Deploy to a unique preview URL |
ntl deploy --prod |
Deploy the site into production |