Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldipl/czytamprzedseksem-website
Next.js, TypeScript website. This page is dedicated to sexual education, offering insights and resources from a qualified sexual education instructor with a degree in practical sexology and ongoing psychology studies. Here, you can learn about educational projects and classes conducted in primary and secondary schools.
https://github.com/goldipl/czytamprzedseksem-website
next-js react-js scss-styles svg-graphics typescript
Last synced: about 1 month ago
JSON representation
Next.js, TypeScript website. This page is dedicated to sexual education, offering insights and resources from a qualified sexual education instructor with a degree in practical sexology and ongoing psychology studies. Here, you can learn about educational projects and classes conducted in primary and secondary schools.
- Host: GitHub
- URL: https://github.com/goldipl/czytamprzedseksem-website
- Owner: goldipl
- License: other
- Created: 2024-08-08T16:03:53.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T08:18:17.000Z (2 months ago)
- Last Synced: 2024-09-26T17:41:37.566Z (about 2 months ago)
- Topics: next-js, react-js, scss-styles, svg-graphics, typescript
- Language: SCSS
- Homepage: https://www.czytamprzedseksem.pl/
- Size: 50.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is a Next.js project bootstrapped with create-next-app.
Next.js, TypeScript website. This page is dedicated to sexual education, offering insights and resources from a qualified sexual education instructor with a degree in practical sexology and ongoing psychology studies. Here, you can learn about educational projects and classes conducted in primary and secondary schools.## Table of contents
- [License](#license)
- [Technologies](#technologies)
- [Getting Started](#getting-started)
- [Live link](#live-link)
- [Info about Next.js](#info-about-nextjs)
- [Screenshots](#screenshots)## License
License Creative Commons Non-Commercial (CC BY-NC) License ![license](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc.svg)
This work is licensed under a Creative Commons Non-Commercial (CC BY-NC) License (not for commercial use)
## Technologies
Used technologies:
- Next.js
- React.js
- TypeScript
- SASS/SCSS## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Live link
https://www.czytamprzedseksem.pl/
## Info about Next.js
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Screenshots
![screenshot](./screenshots/screenshot01.jpg)
## Production build
```bash
npm run build # Builds the app for production
npm run export # Exports the app to the out/ directory
```