Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferranvila/ferranvila.com-nextjs
https://github.com/ferranvila/ferranvila.com-nextjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferranvila/ferranvila.com-nextjs
- Owner: ferranvila
- License: apache-2.0
- Created: 2020-05-10T05:39:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:33:36.000Z (about 2 years ago)
- Last Synced: 2024-11-19T05:27:38.971Z (about 2 months ago)
- Language: JavaScript
- Size: 3.98 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ferranvila.com
[![Build Status](https://travis-ci.com/ferranvila/ferranvila.com-nextjs.svg?branch=master)](https://travis-ci.com/ferranvila/ferranvila.com-nextjs)
[![NPM version](https://img.shields.io/npm/v/@ferranvila/nextjs.svg)](https://www.npmjs.org/package/@ferranvila/nextjs)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/480a1d81399945f4ab3fa09bc0cec224)](https://www.codacy.com/manual/fnva/ferranvila.com-nextjs?utm_source=github.com&utm_medium=referral&utm_content=ferranvila/ferranvila.com-nextjs&utm_campaign=Badge_Grade)
[![Inline docs](http://inch-ci.org/github/ferranvila/ferranvila.com-nextjs.svg?branch=master&style=shields)](http://inch-ci.org/github/ferranvila/ferranvila.com-nextjs)
![NPM](https://img.shields.io/npm/l/@ferranvila/nextjs)This project contains the source code of [ferranvila.com](https://www.ferranvila.com/). This project is created with [next.js](https://nextjs.org/).
## 🛠Technical Features
- Package Management: [yarn](https://yarnpkg.com/)
- JS Framework: [next.js](https://nextjs.org/)
- Code Formatter: [prettier](https://prettier.io/)
- Conventional Commits: [conventional commits](https://www.conventionalcommits.org)
- Semantic Release: [semantic release](https://github.com/semantic-release/semantic-release)
- Continuos Integration: [travis-ci](https://travis-ci.org/)## 🖥 Development
```bash
yarn install
yarn dev
yarn build
```## 📄 TODO
- Deployment (vercel)
- Badges Information (coveralls, lighthouse, inch ci, code climate, greenkeeper)
- Unit Testing and Coverage Integration (coveralls)
- Headless CMS
- Improve README description
- Progressive Web Applications
- Server Side Rendering: [SSR - getServerSideProps](https://nextjs.org/docs/basic-features/data-fetching#getserversideprops-server-side-rendering)
- Stale While Revalidate: [SWR - stale-while-revalidate](https://swr.now.sh/)## 📗 Further Reading
- [Awesome Next.Js](https://github.com/unicodeveloper/awesome-nextjs)