Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shellbear/shellbear.me
Source code of my personal website and blog ✨
https://github.com/shellbear/shellbear.me
blog nextjs notion notion-api personal-website portfolio portfolio-website react resume showcase typescript
Last synced: about 1 month ago
JSON representation
Source code of my personal website and blog ✨
- Host: GitHub
- URL: https://github.com/shellbear/shellbear.me
- Owner: shellbear
- License: gpl-3.0
- Created: 2019-10-19T22:39:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T21:04:40.000Z (over 1 year ago)
- Last Synced: 2024-09-29T19:02:56.715Z (about 1 month ago)
- Topics: blog, nextjs, notion, notion-api, personal-website, portfolio, portfolio-website, react, resume, showcase, typescript
- Language: TypeScript
- Homepage: https://shellbear.me/
- Size: 17.2 MB
- Stars: 303
- Watchers: 3
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [shellbear.me](https://shellbear.me/)
Source code of my personal website & blog ✨
Check the live version [here](https://shellbear.me/) ⚡️
[![home](.github/img/home.png)](https://shellbear.me/)
[![blog](.github/img/blog.png)](https://shellbear.me/)## ✨ Features
- Responsive
- RSS Feed
- Blog with Notion API
- Strongly typed
- Fast thanks to Next.js and Vercel
- Components made with styled-components
- GitHub CI to build and lint project## 📦 Made with
- next.js
- typescript
- styled-components
- styled-system
- react-notion-x
- notion API## 💻 Getting Started
Install dependencies:
```bash
npm install
# or
yarn
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## 🗝 License
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.