João Demenech 4c4f56f679
[merge]: Nicer landing page
## Changes

- Navbar updated
  - It's now similar to flowershow
- New sections on the homepage
  - Hero
  - Features
    - Free icons found at https://www.reshot.com/
- Dark mode enabled
- Tailwind 2 upgraded to Tailwind 3
  - Mainly so that copying code over would be easier
2023-04-18 13:41:25 -03:00
..
2023-04-11 11:24:01 -03:00
2023-04-18 13:41:25 -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.