https://github.com/timdorr/techsta.rs
https://github.com/timdorr/techsta.rs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timdorr/techsta.rs
- Owner: timdorr
- Created: 2022-09-17T03:27:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-13T17:31:10.000Z (7 months ago)
- Last Synced: 2025-12-15T10:25:27.333Z (7 months ago)
- Language: TypeScript
- Homepage: techstars.vercel.app
- Size: 4.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.