https://github.com/alejandroq12/website
https://github.com/alejandroq12/website
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alejandroq12/website
- Owner: Alejandroq12
- Created: 2022-11-05T05:03:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T05:31:36.000Z (over 2 years ago)
- Last Synced: 2025-04-04T05:51:12.450Z (26 days ago)
- Language: CSS
- Size: 73.2 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- You will need to have Node installed to start this environment. If you are not sure if you have Node installed run `node -v` in your terminal. If you do not see a version number output, install Node before moving on.
- Install light-server locally and save it to your development environment by running `npm install lite-server --save-dev` in your terminal.
- Run `npm run start` in your terminal to start the server.
- Your browser will open at `localhost:3000`.