## 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
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.