Skip to content

Commit ec058ab

Browse files
Update README to remove build instructions
Removed local development and production build instructions from README.
1 parent 162fbe3 commit ec058ab

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
11
# Intercommunication Messaging Queue For Microservices
22

33
Please, visit at [imqueue.com](https://imqueue.com/)
4-
5-
This site is a static site built with [Eleventy](https://www.11ty.dev/).
6-
7-
## Local development
8-
9-
~~~
10-
cd imqueue.com
11-
npm install
12-
npm run serve # dev server with live reload at http://localhost:8080
13-
~~~
14-
15-
## Production build
16-
17-
~~~
18-
npm run build # outputs static site to ./_site
19-
~~~
20-
21-
Deployment is automated: pushing to `master` triggers the
22-
`.github/workflows/deploy.yml` GitHub Actions workflow, which builds the site
23-
and publishes `_site/` to GitHub Pages.

0 commit comments

Comments
 (0)