An open API service indexing awesome lists of open source software.

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

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.