deme b0e80c610f Revert "[website,#778][xs]: remove learn content folder"
This reverts commit 99af8ce9b83054deda3eb4e5f3a9b4ae033ba158.
2023-04-21 14:55:32 -03:00
..

This the Portal.JS website.

It is built on Next.js.

Getting Started

First, index the markdown pages:

npm run mddb

Then, run the development server:

npm run dev
# or
yarn dev

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

Deployment

We currently deploy on Vercel.