https://github.com/rjoydip/webdev-learning
Web development learning portal
https://github.com/rjoydip/webdev-learning
angular asynchronous cloud dynamodb javascript learning mongodb nestjs nextjs nodejs orm postgressql typescript webdevelopment
Last synced: 3 months ago
JSON representation
Web development learning portal
- Host: GitHub
- URL: https://github.com/rjoydip/webdev-learning
- Owner: rjoydip
- Created: 2022-09-18T07:33:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T07:34:04.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T18:02:23.036Z (over 1 year ago)
- Topics: angular, asynchronous, cloud, dynamodb, javascript, learning, mongodb, nestjs, nextjs, nodejs, orm, postgressql, typescript, webdevelopment
- Language: SCSS
- Homepage: https://webdev-learning-tau.vercel.app
- Size: 610 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webdev-learning
[](https://github.com/rjoydip/webdev-learning/actions/workflows/deploy.yml)
Webdev Learning resources repository
## Installation
```sh
yarn
```
## Local Development
```sh
yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
## Build
```sh
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Write header ID in .mdx
```sh
yarn write-heading-ids --overwrite docs/**/* *.mdx
```
## Deployment
Using SSH:
```sh
USE_SSH=true yarn deploy
```
Not using SSH:
```sh
GIT_USER= yarn deploy
```
```powershell
cmd /C "set "GIT_USER=" && yarn deploy"
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
## DocSearch using algolia
[https://docsearch.algolia.com/docs/legacy/run-your-own/](https://docsearch.algolia.com/docs/legacy/run-your-own/)