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.
- Host: GitHub
- URL: https://github.com/j16n/agoramedia
- Owner: J16N
- Created: 2019-10-03T05:45:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:21:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T13:22:36.462Z (9 months ago)
- Topics: agora-media, ant-design, antd-mobile, css3, html5, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 8.85 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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.***