Website source code for unifyventures.vc (Currently under dev environment)
First clone the repo and install dependencies:
git clone https://github.com/Unify-Ventures/website.git
cd websiteInstall the dependencies:
bun install
To run the project locally, run:
bun run devOpen http://localhost:5173, and the website should be running.
To build the project for production, run:
bun run buildThe built files will be in the build directory.
To generate the types for the PocketBase API, run:
bun run typegenThis will generate the types in the src/lib/pb-types.ts file.
You can deploy the project by tagging the commit with the current datetime:
bun run deployContributions are welcome! Please open an issue or submit a pull request.
When creating contributions please do so in a separate branch and open a pull request against the main branch.