Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphaolomi/inspire-me-now
Get Inpiration
https://github.com/alphaolomi/inspire-me-now
inpiration nextjs qoutes reactjs
Last synced: about 2 months ago
JSON representation
Get Inpiration
- Host: GitHub
- URL: https://github.com/alphaolomi/inspire-me-now
- Owner: alphaolomi
- License: mit
- Created: 2021-04-14T23:55:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:54:58.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T05:14:16.492Z (8 months ago)
- Topics: inpiration, nextjs, qoutes, reactjs
- Language: TypeScript
- Homepage: https://inspire-me-now.vercel.app/
- Size: 243 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
## Development
### Running the development server.
```sh
yarn dev
```### Building for production.
```sh
yarn build
```### Running the production server.
```sh
yarn start
```## Technologies Used
- TailwindCSS
- CSS/styled-jsx
- Bundle Analyzer
- Recoil
- ESLint
- Prettier
- lint-staged
- Testing Library
- Cypress
- Docker
- Github Actions## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
This project was generated with [superplate](https://github.com/pankod/superplate). superplate is a Next.js all-in-one project generator. Create your project with the tools you need without spending hours on setting them up.