Skip to content

bonilab/bonilab.github.io

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published