Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umbrellacrow612/code-handbook
Code Handbook, a comprehensive repository that serves as your go-to guide for all things coding. Whether you're a beginner or an experienced developer, this repository is designed to provide you with a wealth of knowledge, resources, and practical examples to enhance your coding skills.
https://github.com/umbrellacrow612/code-handbook
awsome-list beginner education learn-to-code learning learning-resources programming
Last synced: about 2 months ago
JSON representation
Code Handbook, a comprehensive repository that serves as your go-to guide for all things coding. Whether you're a beginner or an experienced developer, this repository is designed to provide you with a wealth of knowledge, resources, and practical examples to enhance your coding skills.
- Host: GitHub
- URL: https://github.com/umbrellacrow612/code-handbook
- Owner: UmbrellaCrow612
- License: mit
- Created: 2023-06-05T09:54:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T07:57:02.000Z (4 months ago)
- Last Synced: 2024-10-24T20:04:43.777Z (3 months ago)
- Topics: awsome-list, beginner, education, learn-to-code, learning, learning-resources, programming
- Language: MDX
- Homepage: https://code-handbook.vercel.app
- Size: 4.91 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Run locally
- Have `pnpm` package manager
- Have `Node` runtime installed
- Open code `dir` in editor
- Open `Terminal` and run:```pnpm
pnpm i
```- The run:
```pnpm
pnpm dev
```- Open up localhost to see website
# Issues and resolutions
Deploying on vercel:
- Deploy normally however set a environment variable
```
VERCEL_FORCE_NO_BUILD_CACHE=1
```Changing folder / file names:
- When you create a file make sure to have the stander:
- No caps lock an space is `-`
```
file-name
```## Material generation propmts idea
```
i want to teach powershell to students, give me a learning material list of topics / ideas i should cover in my material
``````
I want to make learning materials for TOPIC, give me a list of topics i should cover
```For a single topic
```
Give me a learning guide for TOPIC subTopic
```or
```
Explain in detail subTopic, in markdown and separated into sections.
```