Created with Gatsby, hosted on GitHub Pages.
For technical details, please refer to TECHNICAL.md.
For Contributions, please have a look at our CONTRIBUTORS.md
git clone https://github.com/viet-aus-it/viet-aus-it.github.io.git
cd viet-aus-it.github.io
nvm use # If you have nvm, run this to use the correct Node version
yarn start
- You need to be added into the Contentful Space for VAIT
- Click on "Content" > "Add Entry"
- Click on "Person" if you want to add a new Author bio.
- Click on "Blog Post" if you want to create a blog post.
- Do both of those steps to create a guest blog post.
- Clone the project from GitHub.
- Login to the Contentful Space for VAIT
- Click on "Settings" > "API Keys"
- Click on the "Content Delivery / Preview tokens"
- Copy the
.env.sample
file into an.env
file. - Copy the Space ID and API Tokens into the
.env
file.