20 lines
308 B
Markdown
20 lines
308 B
Markdown
This the Portal.JS website.
|
|
|
|
It is built on [Next.js](https://nextjs.org/).
|
|
|
|
## Getting Started
|
|
|
|
First, 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.
|