chore: pull in templates (#33)

Closes #16

Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/33
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2024-10-30 19:56:53 +00:00
committed by Naomi the Technomancer
parent f296955027
commit b24f0e83c2
6 changed files with 263 additions and 23 deletions

View File

@ -1,36 +1,29 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
# Portfolio
## Getting Started
My professional portfolio website.
First, run the development server:
## Live Version
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
This page is currently deployed. [View the live website.](https://nhcarrigan.com)
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Feedback and Bugs
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
If you have feedback or a bug report, please feel free to open a GitHub issue!
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Contributing
## Learn More
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our [contributing guidelines](CONTRIBUTING.md) first.
To learn more about Next.js, take a look at the following resources:
## Code of Conduct
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
Before interacting with our community, please read our [Code of Conduct](CODE_OF_CONDUCT.md).
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## License
## Deploy on Vercel
This software is licensed under our [global software license](https://docs.nhcarrigan.com/#/license).
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Copyright held by Naomi Carrigan.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## Contact
We may be contacted through our [Chat Server](http://chat.nhcarrigan.com) or via email at `contact@nhcarrigan.com`.