Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruedap/nekostagram
🐈 Search through nekos of public-domain images
https://github.com/ruedap/nekostagram
Last synced: 12 days ago
JSON representation
🐈 Search through nekos of public-domain images
- Host: GitHub
- URL: https://github.com/ruedap/nekostagram
- Owner: ruedap
- License: mit
- Created: 2011-03-09T12:35:39.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T16:32:09.000Z (about 1 month ago)
- Last Synced: 2024-10-11T11:13:27.714Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://nekostagram.com/
- Size: 2.64 MB
- Stars: 40
- Watchers: 6
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redwood
> **WARNING:** RedwoodJS software has not reached a stable version 1.0 and should not be considered suitable for production use. In the "make it work; make it right; make it fast" paradigm, Redwood is in the later stages of the "make it work" phase.
## Getting Started
- [Tutorial](https://redwoodjs.com/tutorial/welcome-to-redwood): getting started and complete overview guide.
- [Docs](https://redwoodjs.com/docs/introduction): using the Redwood Router, handling assets and files, list of command-line tools, and more.
- [Redwood Community](https://community.redwoodjs.com): get help, share tips and tricks, and collaborate on everything about RedwoodJS.### Setup
We use Yarn as our package manager. To get the dependencies installed, just do this in the root directory:
```terminal
yarn install
```### Fire it up
```terminal
yarn redwood dev
```Your browser should open automatically to `http://localhost:8910` to see the web app. Lambda functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`.