Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saious119/fortrash-astro
Fortrash Website written with Astro.js
https://github.com/saious119/fortrash-astro
Last synced: about 2 months ago
JSON representation
Fortrash Website written with Astro.js
- Host: GitHub
- URL: https://github.com/saious119/fortrash-astro
- Owner: Saious119
- License: gpl-2.0
- Created: 2022-08-13T01:10:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T01:26:36.000Z (7 months ago)
- Last Synced: 2024-07-18T04:19:13.130Z (7 months ago)
- Language: TypeScript
- Size: 1.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/893329bc-4236-48e6-adbe-2eba01a0a8f0/deploy-status)](https://app.netlify.com/sites/sparkly-cajeta-1b78ab/deploys)
### Requirements- Node.js and npm
#### Optional
- [nvm](https://github.com/nvm-sh/nvm)
- [volta](https://volta.sh/)While Astro-boilerplate should work with the latest Node version, it has been
tested with the versions in .nvmrc & the bottom of package.json. At current
writing, that's Node v16.15.1### Getting started
Run the following command on your local environment:
``` bash
npm run dev
```## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:---------------- |:-------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run clean` | Remove `./dist` folder |
| `npm run lint` | Run ESLint and report styling error |### Contributions
Everyone is welcome to contribute to this project.
Feel free to open an issue if you have question or found a bug.### Additional Checks
This README.md was linted with
[markdownlint](https://github.com/igorshubovych/markdownlint-cli)### License
Licensed under the MIT License, Copyright © 2022
---