This is the source code of the Boni Lab's Website.
The project is built by using Next.js and Tailwind CSS
- NodeJs
- Yarn (optional)
First, install the dependencies:
npm install
#or
yarn install
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Add new markdown file in side the folder data/people with the following template:
---
name: 'Fullname'
position: 'post-doc'
order: 200
photo_url: 'https://via.placeholder.com/350x150'
---
<Markdown content>
(to be added)
(to be added)
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
To learn more about Tailwind CSS, take a look at the following resources: