https://github.com/siman/alex-social
https://github.com/siman/alex-social
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siman/alex-social
- Owner: siman
- License: gpl-3.0
- Created: 2022-03-19T11:38:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T11:38:02.000Z (over 4 years ago)
- Last Synced: 2025-05-15T14:11:22.308Z (about 1 year ago)
- Language: TypeScript
- Size: 356 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subsocial-react-example
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
In order to correctly build the application, Yarn needs to be used.
If you try to use NPM, you may face issues with some NPM packages.
## Install package
Run `yarn install`
## Development server
First, run the development server:
`yarn dev`
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Build
Run `yurn run build` to build the project.
## Storybook development server
Run `yarn storybook`. Navigate to [http://localhost:6006](http://localhost:6006).
## Build storybook
Run `yarn build-storybook`.