Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliusmarminge/jumr.dev
Personal website built with Next.js App Router, RSC, Tailwind CSS and Framer Motion
https://github.com/juliusmarminge/jumr.dev
nextjs react rsc t3-stack typescript
Last synced: 29 days ago
JSON representation
Personal website built with Next.js App Router, RSC, Tailwind CSS and Framer Motion
- Host: GitHub
- URL: https://github.com/juliusmarminge/jumr.dev
- Owner: juliusmarminge
- License: mit
- Created: 2022-08-11T22:38:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T20:56:58.000Z (over 1 year ago)
- Last Synced: 2024-09-27T12:42:42.643Z (about 1 month ago)
- Topics: nextjs, react, rsc, t3-stack, typescript
- Language: TypeScript
- Homepage: https://jumr.dev
- Size: 8.94 MB
- Stars: 79
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
### Tech Stack
This project is built using:
- [Next.js](https://beta.nextjs.org/) App Router
- [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)(Fork) and Clone:
```sh
> gh repo fork juliusmarminge/jumr.dev jumr.dev
> gh repo clone /jumr.dev
```Install project dependencies:
```sh
> pnpm install
```Run development server:
```sh
> pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Questions?