Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New site #52

Merged
merged 18 commits into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"presets": [
"next/babel",
"@zeit/next-typescript/babel"
]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
/site
/_site
/.sass-cache
/node_modules
/.next
/out
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

3 changes: 0 additions & 3 deletions Gemfile

This file was deleted.

248 changes: 0 additions & 248 deletions Gemfile.lock

This file was deleted.

16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# UNIHACK Site
# WIP UNIHACK Site

The site for UNIHACK – Australia's premier student hackathon.
Uses NextJS (React) with TypeScript and Sass

Running the site locally requires [Ruby](https://www.ruby-lang.org) and [Bundler](http://bundler.io/).
## Install
`npm install`

## Development

To install required dependencies and serve the site locally:

bundle

bundle exec jekyll server
## Start server
`npm run dev`
17 changes: 0 additions & 17 deletions _config.yml

This file was deleted.

Loading