Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 638 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 638 Bytes

OMNI-EPIC Website Template

https://omni-epic.vercel.app/

Installation

Ensure that you have NodeJS installed(https://nodejs.org/en/download/)
Ensure that you have bun installed as well(https://bun.sh)

In order to get the packages run

bun install

In order to run the package

npm run dev
# or
bun run dev

Open http://localhost:3000 with your browser to see the frontend result.

To edit the main page, edit /public/research-paper-content.json and the changes will be reflected in the GUI.

To change ports, in package.json: "dev": "next dev" to "dev": "next dev -p 4000"