Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.
```