Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 575 Bytes

To clone and run on your local setup :

Warning
You need to have node installed (v12 or later release)

Clone this repository :

git clone https://github.com/datactivist/portrea-js.git
cd portrea-js

Install dependencies :

npm install

Run the server in development mode :

npm run dev

By default, the development server is accessible at the following address: http://localhost:3000.

Contributing

If you wish to contribute in any forms, please read the contributing guidelines on how you can do so.