An open API service indexing awesome lists of open source software.

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

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`