Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshmadrecha committed Feb 18, 2021
1 parent 0a553f3 commit 6b1e53f
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# marwaridictionary

This repository contains source code and content for marwaridictionary.org
## Build Setup
> If you wish to contribute to this project, follow these steps
```bash
# install dependencies
$ npm install
1. Fork the repo
1. Setup for local environment

# serve with hot reload at localhost:3000
$ npm run dev
```bash
# install dependencies
$ npm install

# build for production and launch server
$ npm run build
$ npm run start
# serve with hot reload at localhost:3000
$ npm run dev

# generate static project
$ npm run generate
```
# build for production and launch server
$ npm run build
$ npm run start

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
# generate static project
$ npm run generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

0 comments on commit 6b1e53f

Please sign in to comment.