https://github.com/rayslash/rayslash.me
Personal website repository
https://github.com/rayslash/rayslash.me
nextjs14 nix-flake react typescipt
Last synced: about 2 months ago
JSON representation
Personal website repository
- Host: GitHub
- URL: https://github.com/rayslash/rayslash.me
- Owner: RaySlash
- License: gpl-3.0
- Created: 2024-01-28T08:02:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T04:48:51.000Z (over 1 year ago)
- Last Synced: 2025-10-30T06:42:00.511Z (7 months ago)
- Topics: nextjs14, nix-flake, react, typescipt
- Language: TypeScript
- Homepage: https://rayslash.me
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Personal Website
This is WIP Next.js project which serves a personal website and I also plan to make this a site with and index/description of my projects and blogs. This whole project is a flake.
Visit the site: [rayslash.me](https://rayslash.me)
> __NOTE:__ If you want to use any content provided inside the website such as images, videos or any other resources, you have to ask me for permission before listing it somewhere else. Post link to the content hosted on my github/website in these situations once you have my permission. On the other hand the code I have typed in, that is revolved around website are under GPLv3 and can be easily used anywhere. Thank you. 🙂
### Run Locally
First, run the development server:
```cmd
nix develop
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Credits
- [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.