A responsive academic website template using React, TypeScript, and Tailwind CSS.
日本語の詳細については、README_ja.mdを参照してください。
See wiki/procedure_for_user.md for details.
Clone:
git clone https://github.com/yourusername/academic-website.git
cd academic-website
Install:
npm install
# or
yarn
Start server:
npm run dev
# or
yarn dev
Open http://localhost:3000
.
/data
- CSV files/public
- Static content/scripts
- Scripts/src
- Source code/public/locales/en/translations.json
and /public/locales/ja/translations.json
/public/content/bio/
/public/images/profile.jpg
/data/rm_published_papers.csv
and /data/rm_presentations.csv
/public/content/awards/
/public/content/career/
tailwind.config.js
src/index.css
Deploy to GitHub Pages with GitHub Actions.
MIT licensed.