https://github.com/adam-robson/popsalt
https://github.com/adam-robson/popsalt
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adam-robson/popsalt
- Owner: Adam-Robson
- Created: 2025-09-08T01:28:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-09T09:23:31.000Z (9 months ago)
- Last Synced: 2025-10-04T14:48:59.759Z (8 months ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Popsalt
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Barlow](https://vercel.com/font), a google font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Learn React](https://react.dev) - Learn React.