Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orels1/sh.orels.tips
tips.orels.sh website source
https://github.com/orels1/sh.orels.tips
blender knowledge shaders unity unreal wiki
Last synced: 18 days ago
JSON representation
tips.orels.sh website source
- Host: GitHub
- URL: https://github.com/orels1/sh.orels.tips
- Owner: orels1
- License: mit
- Created: 2023-06-02T20:22:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T03:58:39.000Z (21 days ago)
- Last Synced: 2024-10-24T21:16:27.124Z (20 days ago)
- Topics: blender, knowledge, shaders, unity, unreal, wiki
- Language: MDX
- Homepage: https://tips.orels.sh
- Size: 10.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Splash](/public/orels-tips-splash.png?raw=true)
> My personal dumping ground for all the random pieces of knowledge I find and discover myself. I have always collected things like this, but they have become too spread out over the years. This place is meant to be an organized spot for that
Where possible - I include the name of the person who shared the tip/guide somewhere that isn't linkable. Otherwise - I try to link directly to the source.
Hope you find this useful!
## Contributing
- Fork the repo
- Add a new `.mdx` file in the `app/_tips` folder
- Make sure to add the frontmatter at the top of the file like the rest of the tips
- Open a PR## Running Locally
This project is using [NextJS](https://nextjs.org). Which is a pretty easy to use React framework. To run locally:
- Clone the repo
- Install dependencies, e.g. with npm: `npm install`
- Generate the content map: `npm run map-content`
- Run the dev server: `npm run dev`
- You will get the URL to open in your browser in the terminal, usually `http://localhost:3000`
- You should be good to go## Deploying
Deploying is done automatically on push via Vercel