Loading repository data…
Loading repository data…
tcet-opensource / repository
TCET Training and Placement Cell Website Source Code
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Info: The TCET Training and Placment page is built using AstroJS, an all-in-one web framework designed for speed.
These are the steps you need to follow to get this site on your local system.
Follow these steps to install git in your computer.
Open Git Bash in any folder and paste the following command
git clone https://github.com/tcet-opensource/tnp-website
Note: It is important to have NodeJS in your system
Install yarn globally
npm install -g yarn
You can make changes to your respective files and changes will be shown once you have saved the file.
Here are a set of commands used to run locally:
| Command | Action |
|---|---|
yarn | Installs dependencies |
yarn dev | Starts local dev server at localhost:3000 |
yarn build | Build your production site to ./dist/ |
yarn preview | Preview your build locally, before deploying |
yarn astro ... | Run CLI commands like astro add, astro check |
yarn astro --help | Get help using the Astro CLI |
yarn
yarn dev