From cbd08815abe87dbdf16f607f3a97ea4e9d67afa6 Mon Sep 17 00:00:00 2001 From: MaxMoskalenko Date: Thu, 31 Jul 2025 15:48:15 +0300 Subject: [PATCH] feat: add deprecation notice --- README.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/README.md b/README.md index 1a5805b..58845ba 100644 --- a/README.md +++ b/README.md @@ -3,40 +3,4 @@ This repository hosts the source files from which the [erc7284.org website](https://erc7284.org) is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. -### 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. +## [Repository moved to nitrolite monorepo](https://github.com/erc7824/nitrolite)