https://github.com/lukethacoder/luke-secomb-simple
🍕 A simple portfolio site built using AstroJS
https://github.com/lukethacoder/luke-secomb-simple
astrojs dark-theme lastfm portfolio spotify tailwindcss
Last synced: 3 months ago
JSON representation
🍕 A simple portfolio site built using AstroJS
- Host: GitHub
- URL: https://github.com/lukethacoder/luke-secomb-simple
- Owner: lukethacoder
- Created: 2018-11-09T05:41:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T01:53:15.000Z (4 months ago)
- Last Synced: 2025-02-28T19:32:52.314Z (4 months ago)
- Topics: astrojs, dark-theme, lastfm, portfolio, spotify, tailwindcss
- Language: Astro
- Homepage: https://lukesecomb.digital
- Size: 27 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Simple portfolio site built using AstroJS and TailwindCSS
## Built With
- 
- 
- 
- 
- ## 🔥 Local Development
**Install the node_modules.**
```shell
pnpm install
```**Edit the Environment variables.**
```env
PUBLIC_LAST_FM_API_KEY=abcdefghijklmnopqrstuvwxyz123456
PUBLIC_GOOGLE_ANALYTICS_MEASUREMENT_ID=abcdefghijklmnopqrstuvwxyz123456
PUBLIC_CLARITY_ANALYTICS_TRACKING_CODE=cthbfzqwds
PUBLIC_GOAT_COUNTER_CODE=goat
```**Start the site in `dev` mode.**
```sh
pnpm dev
```**Open the code in your IDE of choice and start editing!**
Your site is now running at `http://localhost:8000`.