My "Meet the Team" page at Distributive.
Build-with:
To set up the dev environment, you need the following tools:
- Node.js LTS
pnpm
v8mise
(Optional)- To manage tool versions (for example,
node
,python
,ruby
).
- To manage tool versions (for example,
- Corepack (Optional)
- To manage package manager versions (for example,
npm
,yarn
,pnpm
).
- To manage package manager versions (for example,
To install the project:
git clone https://github.com/bryan-hoang/distributive-people-page.git
corepack enable
pnpm install
# Start the web app's development server.
pnpm run dev
# Build the static files for the website under the `out` folder.
pnpm run build
Edit config.json
.
- Built off of LiveTerm.
- Structured to follow Bulletproof React.
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2023 Bryan Hoang