Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.22 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.22 KB

This is the source code of the Boni Lab's Website.

The project is built by using Next.js and Tailwind CSS

Development Requirement

  • NodeJs
  • Yarn (optional)

To Start Development Server

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 Data

People

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>

Projects

(to be added)

Publications

(to be added)

Learn More

Next.js

To learn more about Next.js, take a look at the following resources:

Tailwind CSS

To learn more about Tailwind CSS, take a look at the following resources: