Skip to content

Commit

Permalink
Merge 32557d2 into bea2a15
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyo2012 committed Jun 13, 2020
2 parents bea2a15 + 32557d2 commit 8a9a86a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributing

[issue-list]: https://github.com/pythonindia/junction/issues/
[new-issue]: https://github.com/pythonindia/junction/issues/new
[guidelines]: https://github.com/pythonindia/junction/blob/master/.github/CONTRIBUTING.md
[guidelines]: .github/CONTRIBUTING.rst
[getting-started]: https://in-junction.readthedocs.io/en/latest/development/getting-started.html

License
Expand Down
13 changes: 8 additions & 5 deletions docs/source/development/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,14 @@ created with the username ``admin`` and password ``123123``.
Frontend
--------

Working on Junction's frontend requires `NodeJS`_ to be installed on your
system. The frontend is built using `bower`_ and `grunt`_. To setup the working
Working on Junction's frontend requires `NodeJS`_ and `yarn`_ to be installed on your
system. The frontend is built using `grunt`_. To setup the working
environment, run the following:

.. code-block:: console
$ cd junction/static
$ npm install
$ bower install
$ yarn install
Development workflow
====================
Expand All @@ -82,6 +81,10 @@ every file change.
$ grunt
For ease of development ``app.css`` is checked in to the source code. It is not
recommended to directly make changes to ``app.css``, rather update the less files
and run ``grunt``, then commit ``app.css``

Invoking ``manage.py``
----------------------

Expand Down Expand Up @@ -126,5 +129,5 @@ For building the documentation, run:
.. _`virtualenv`: https://virtualenv.pypa.io/en/stable/
.. _`nox`: https://nox.readthedocs.io/en/stable/
.. _`NodeJS`: https://nodejs.org/
.. _`bower`: https://bower.io/
.. _`yarn`: https://yarnpkg.com/
.. _`grunt`: https://gruntjs.com/

0 comments on commit 8a9a86a

Please sign in to comment.