-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a553f3
commit 6b1e53f
Showing
1 changed file
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |