An open API service indexing awesome lists of open source software.

https://github.com/j16n/agoramedia

This is the remake of the old Agoramedia Website.
https://github.com/j16n/agoramedia

agora-media ant-design antd-mobile css3 html5 javascript react reactjs

Last synced: about 1 month ago
JSON representation

This is the remake of the old Agoramedia Website.

Awesome Lists containing this project

README

          

AGORA Media


Reset The Router


Hello, welcome to the AGORA Media repository.
I made this repository to create a smooth workflow within us.
If you like our work, you can definitely star it.

If you're a non-coder then you can request feature. Or if you find issues then you can report it here.
If you're someone new to github then please move around and explore what github has to offer you.

## Contribute
Please follow these rules before you contribute or request new features.

* Put comments while you are adding or editing something in the codebase.
* Use tabs instead of space. Make sure the tab is 2 spaced.
* While requesting new features, make sure it is not previously requested. Same thing applies while reporting the issues.

## Requirement
In order to run this project, you need node.js installed in your system.

If you don't have it installed, you can download it from [here](https://nodejs.org/en/).

## How to install

* Clone this repository.
* In the root directory, open your terminal and do `npm install`.
* After you have installed everything, do `npm run dev`and wait for the development server to start.
* From your browser go to `http://localhost:3000` and there you go.
* If you need to stop the development server, do `CTRL+C` (or `CMD+C` for Mac users) in the terminal.

***The website is in development. Might be unstable.***