its for when you want to get like notifications for your reposts
1## Usage 2 3Those templates dependencies are maintained via [pnpm](https://pnpm.io) via `pnpm up -Lri`. 4 5This is the reason you see a `pnpm-lock.yaml`. That being said, any package manager will work. This file can be safely be removed once you clone a template. 6 7```bash 8$ npm install # or pnpm install or yarn install 9``` 10 11### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) 12 13## Available Scripts 14 15In the project directory, you can run: 16 17### `npm run dev` or `npm start` 18 19Runs the app in the development mode.<br> 20Open [http://localhost:3000](http://localhost:3000) to view it in the browser. 21 22The page will reload if you make edits.<br> 23 24### `npm run build` 25 26Builds the app for production to the `dist` folder.<br> 27It correctly bundles Solid in production mode and optimizes the build for the best performance. 28 29The build is minified and the filenames include the hashes.<br> 30Your app is ready to be deployed! 31 32## Deployment 33 34You can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)