Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardomennndes/spacetraveling
Blog about the technology innovation and tools. Project developed during Ignite module of ReactJS | @Rocketseat
https://github.com/bernardomennndes/spacetraveling
datefns nextjs prismicio reactjs scss styled-components typescript
Last synced: 4 days ago
JSON representation
Blog about the technology innovation and tools. Project developed during Ignite module of ReactJS | @Rocketseat
- Host: GitHub
- URL: https://github.com/bernardomennndes/spacetraveling
- Owner: Bernardomennndes
- Created: 2022-03-11T02:19:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T13:22:50.000Z (over 2 years ago)
- Last Synced: 2024-02-09T01:57:16.399Z (9 months ago)
- Topics: datefns, nextjs, prismicio, reactjs, scss, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 726 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog about the technology innovation and tools. Project developed during Ignite module of ReactJS | @Rocketseat# Contents
- [Contents](#contents)
- [Screenshots](#screenshots)
- [Technologies](#technologies)
- [How to run](#how-to-run)
- [Issues](#issues)
- [Contributing](#contributing)
- [License](#license)# Screenshots
# Technologies
This project was made using the follow technologies:* [React](https://reactjs.org/)
* [NextJS](https://nextjs.org/)
* [Typescript](https://www.typescriptlang.org/)
* [Styled Components](https://styled-components.com/)
* [PrismicCMS](https://prismic.io/)
* [Date-FNS](https://date-fns.org/)# How to run
```bash
# Clone Repository
$ git clone https://github.com/Bernardomennndes/spacetraveling.git
``````bash
# Install Dependencies
$ yarn# Run Aplication
$ yarn start
```
Go to http://localhost:3000/ to see the result.# Issues
Create a new issue report, it will be an honor to be able to help you solve and further improve our application.
# Contributing
- Fork this repository;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m 'feat: My new feature'`;
- Push to your branch: `git push origin my-feature`.# License
This project is under the [MIT license](./).