https://github.com/pgollucci/gollucci.com
My Personal Website
https://github.com/pgollucci/gollucci.com
github homepage nextjs p6 react tailwindcss typescript website
Last synced: 4 months ago
JSON representation
My Personal Website
- Host: GitHub
- URL: https://github.com/pgollucci/gollucci.com
- Owner: pgollucci
- License: other
- Created: 2023-06-24T20:38:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T00:54:57.000Z (6 months ago)
- Last Synced: 2026-01-15T08:04:15.402Z (6 months ago)
- Topics: github, homepage, nextjs, p6, react, tailwindcss, typescript, website
- Language: TypeScript
- Homepage: https://continuouslearning.io
- Size: 9.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Gollucci.com website
# Gollucci.com Website
## Table of Contents
- [Gollucci.com Website](#golluccicom-website)
- [Table of Contents](#table-of-contents)
- [Summary](#summary)
- [Local dev](#local-dev)
- [Build](#build)
- [Author](#author)
## Summary
- Next v16
- Typescript
- React
- Tailwind
- Eslint v9 w/ Flatfile
### Local dev
```bash
pnpm run dev
```
### Build
```bash
npx run build
```
## Author
Philip M . Gollucci
- `process.env`
- `.env.$(NODE_ENV).local`
- `.env.local` (Not checked when `NODE_ENV` is `test`.)
- `.env.$(NODE_ENV)`
- `.env`