nileis_de
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.0%) to scientific vocabulary
Scientific Fields
Repository
Basic Info
- Host: GitHub
- Owner: NilEis
- License: other
- Language: JavaScript
- Default Branch: master
- Homepage: https://nileis-de.vercel.app
- Size: 63.6 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Astro Starter Kit: Minimal
sh
npm create astro@latest -- --template minimal
🧑🚀 Seasoned astronaut? Delete this file. Have fun!
🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
text
/
├── public/
├── src/
│ └── pages/
│ └── index.astro
└── package.json
Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.
There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
Any static assets, like images, can be placed in the public/ directory.
🧞 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:4321 |
| npm run build | Build your production site to ./dist/ |
| npm run preview | Preview your build locally, before deploying |
| npm run astro ... | Run CLI commands like astro add, astro check |
| npm run astro -- --help | Get help using the Astro CLI |
👀 Want to learn more?
Feel free to check our documentation or jump into our Discord server.
Owner
- Name: NilEis
- Login: NilEis
- Kind: user
- Location: Germany
- Website: nileis.bplaced.net
- Repositories: 12
- Profile: https://github.com/NilEis
CS-student at the RWTH in Aachen
Citation (CITATION.cff)
cff-version: 1.2.0
title: nileis.de
type: software
message: Please cite using metadata from this file
authors:
- given-names: Nils
family-names: Eisenach
email: cite_nileis@nileis.de
orcid: 'https://orcid.org/0009-0006-1072-3976'
GitHub Events
Total
- Push event: 93
Last Year
- Push event: 93
Dependencies
- @astrojs/react ^3.0.2
- @astrojs/sitemap ^3.0.0
- @astrojs/vercel ^5.0.1
- @types/react ^18.0.21
- @types/react-dom ^18.0.6
- astro ^3.1.0
- react ^18.0.0
- react-dom ^18.0.0
- 154 dependencies