https://github.com/calitb/calitbdev
Site build with NextJS14 and tailwind
https://github.com/calitb/calitbdev
nextjs tailwindcss
Last synced: 3 months ago
JSON representation
Site build with NextJS14 and tailwind
- Host: GitHub
- URL: https://github.com/calitb/calitbdev
- Owner: calitb
- Created: 2021-01-30T17:37:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T17:10:20.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T08:16:31.009Z (11 months ago)
- Topics: nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://calitb.dev
- Size: 754 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# calitb.dev
Personal site.
## Scripts
Copy the `.env.local.example` file provided in the codebase and rename as `.env`.
To start the development server with hot reloading on `http://localhost:3000`:
```bash
yarn dev
```
### Linter
```bash
yarn lint
```