diff --git a/README.md b/README.md index 5966481..3a38655 100644 --- a/README.md +++ b/README.md @@ -80,42 +80,19 @@ Documentation can be read in two formats\_ _markdown_ & _blog post_. ## 👨🏻‍💻 Running Locally -Clone the project +The easiest way to run this project locally is to run the following command in your desired directory. ```bash -git clone https://github.com/satnaing/astro-paper.git +npm create astro@latest -- --template satnaing/astro-paper ``` -Go to the project directory - -```bash -cd astro-paper -``` - -Remove remote origin - -```bash -git remote remove origin -``` - -Remove Google site verification +Don't forget to remove Google site varification. ```bash +# in your project directory rm -rf public/googlebbcd930f1ecacd3a.html ``` -Install dependencies - -```bash -npm install -``` - -Start the server - -```bash -npm run dev -``` - ## 🧞 Commands All commands are run from the root of the project, from a terminal: