Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jottenlips/stack-dice
🎲 Not sure what to build for Hacktoberfest? Check out Stack Dice, the random app idea generator.
https://github.com/jottenlips/stack-dice
apps django entre generator hacktoberfest javascript kotlin random random-app random-generation react rubyonrails serverless svelte swift
Last synced: about 1 month ago
JSON representation
🎲 Not sure what to build for Hacktoberfest? Check out Stack Dice, the random app idea generator.
- Host: GitHub
- URL: https://github.com/jottenlips/stack-dice
- Owner: jottenlips
- License: mit
- Created: 2021-09-19T21:32:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T15:04:29.000Z (10 months ago)
- Last Synced: 2024-04-24T00:02:39.139Z (7 months ago)
- Topics: apps, django, entre, generator, hacktoberfest, javascript, kotlin, random, random-app, random-generation, react, rubyonrails, serverless, svelte, swift
- Language: Svelte
- Homepage: https://jottenlips.github.io/stack-dice/
- Size: 657 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Stack Dice 🎲
Cannot decide what to build for your next project? Want to make something cool for Hacktoberfest that is all your own? Stack Dice can help! 🎲 Roll the dice and get building.
If you have a favorite stack you would like to add, feel free to open a PR on this repo.
I have specifically left off Angular. 🙃
Not all stacks may be possible, but you can definitely try!
## Get started
Install the dependencies...
```bash
cd stack-dice
npm install
```...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.
If you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
## Building and running in production mode
To create an optimised version of the app:
```bash
npm run build
```# Deploy
## Build the application
npm run build
## Commit and push the changes
git add .
git commit -m "gh-pages commit"
git push origin gh-pages