datahub/site/README.md
2023-04-22 12:11:51 +06:00

26 lines
366 B
Markdown

This the PortalJS website.
It is built on [Next.js](https://nextjs.org/).
## Getting Started
First, index the markdown pages:
```bash
npm run mddb
```
Then, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deployment
We currently deploy on Vercel.