Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumamontes/spacetravelingblog
Blog website built with Next.js and Prismic CMS
https://github.com/lumamontes/spacetravelingblog
Last synced: about 1 month ago
JSON representation
Blog website built with Next.js and Prismic CMS
- Host: GitHub
- URL: https://github.com/lumamontes/spacetravelingblog
- Owner: lumamontes
- Created: 2023-03-27T23:30:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T06:26:34.000Z (11 months ago)
- Last Synced: 2024-11-06T20:14:39.208Z (3 months ago)
- Language: TypeScript
- Homepage: https://spaceshipblog.vercel.app
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## spacetravelingblog
This is a project developed in Rocketseat's Ignite course with the objective of being a blog for publishing articles about technology, software development, and other related topics.The blog is managed through Prismic CMS, which allows for easy and intuitive content creation and management. The technologies used enable the construction of a scalable application with high performance and good user experience.
Features
- Article listing
- Detailed article display page
- Option to load more articles### :computer: Tools
- [Next.js](https://nextjs.org/docs)
- [React](https://reactjs.org/docs/getting-started.html)
- [TypeScript](https://www.typescriptlang.org/docs/)
- [Prismic](https://prismic.io/docs)### :wrench: Installation
1. Clone
```sh
[email protected]:lumamontes/spacetravelingblog.git
```
2. Install packages
```sh
yarn
```
4. Start server
```sh
yarn start
```
5. Running at http://localhost:3000/