The conference page is a project built with development best practices such as HTML semantic tags, linters, accessibility, and more.
To get a local copy up and running follow these simple example steps.
- Clone or download the repository
- Open the index.html in your browser
Clone from the GitHub repository. Open your Terminal and run the command:
git clone git@github.com:jorgevrgs/capstone-1.git
When the process is completed enter to the folder:
cd capstone-1
As an alternative, to download the code, open the repository link here, and look for the green button Code
and then click on the option Download ZIP
.
npm install
Development:
npm run dev
The development site is available at http://localhost:3000.
Linters:
npm run lint:css
npm run lint:js
npm run lint:html
All the linters are available running the npm test
command.
Build:
npm run build
Fix:
npm run lint:css:fix
npm run lint:js:fix
npm test
GitHub Pages:
-
Open your repository page settings, i.e.
https://github.com/<USERNAME>/<REPOSITORY_NAME>/settings/pages
where USERNAME is your GitHub user, for instancejorgevrgs
, and REPOSITORY_NAME is the name of the GitHub repository, for examplecapstone-1
. -
Find the
Source
section and select the Branch, default ismain
and click onSave
button. -
As a result your page will be published at
https://<USERNAME>.github.io/<REPOSITORY_NAME>
. -
Make sure your deploy script is executable:
chmod +x .deploy.sh
- Run deploy script:
npm run deploy
👤 Jorge Vargas
- GitHub: @jorgevrgs
- Twitter: @jorgevrgs1
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Photo by Headway on Unsplash
- Photo by Pietro Jeng on Unsplash
- Original design idea by Cindy Shin in Behance
This project is MIT licensed.