From 6b7ac769732af29d662e60c40f9f0200be4d6eb5 Mon Sep 17 00:00:00 2001 From: Behzad Ali Mohammad Zad Date: Tue, 13 Aug 2024 17:38:23 +0330 Subject: [PATCH] chore: update desc --- README.md | 40 ++-------------------------------------- src/pages/index.tsx | 2 +- 2 files changed, 3 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 0c6c2c2..54af5c6 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,5 @@ # Website -This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. +Wotes is my personal advanced web development concepts that I am trying to visualize -### Installation - -``` -$ yarn -``` - -### Local Development - -``` -$ 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 - -``` -$ yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Using SSH: - -``` -$ USE_SSH=true yarn deploy -``` - -Not using SSH: - -``` -$ 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. +## [Try it online](https://behzadam.github.io/wotes/) \ No newline at end of file diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9ef856d..2ac5e04 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,7 @@ export default function Home(): JSX.Element {

WOTES

- Web development notes, clear explanations. + My personal notes on advanced web development concepts.