Requirements:
- package manager, such as npm, yarn, pnpm or bun
- node.js
Run yours.org locally:
- Download yours.org zipfile from github or clone.
git clone https://github.com/yours-org/frontend.git
- Open filepath in shell or cmd:
cd /frontend-master
- Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
- Wait for start localhost and wait for compile to finish
- Open http://localhost:3000 with your browser to see the result.
Edit yours.org:
- You can start editing the page by modifying
app/page.tsx
. - The page auto-updates as you edit the file.
This application uses a component library called shacdn. Components created using shacdn are saved in src/components/ui
. To install new components please refer to their documentation
Design mock ups are saved in the Yours Figma.
Yours.org is MIT licensed.