Skip to content

neutrino-cern/group-website

Repository files navigation

Website of the CERN EP-NU group, based on the astroship theme.

Installation 🔨

1. Clone the repo

2. Install Dependencies

Make sure you are inside your project folder first.

npm install

3. Start development Server

  • To see changes you make to the website in real time:
npm run dev

To properly build it and and see the result:

npm run build
npm run preview

Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── ...
├── src/
│   ├── components/
│   │   └── ...
│   ├── layouts/
│   │   └── ...
│   └── pages/
│       └── ...
└── 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.

Any static assets, like images, can be placed in the public/ directory.

👀 Useful Info

Check out Astro Docs

Built with Astro

CERN Deployment

Follow the CERN guide for mk-docs

About

Contains the group website of the CERN Neutrino Group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published