Skip to content

Commit fc8a8d3

Browse files
committed
init
1 parent 8feceff commit fc8a8d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+21
-1675
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 265 deletions
This file was deleted.

README.md

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,29 @@
1-
NU Hacks
2-
=======
1+
# hacks.github.io
32

4-
The website for NUHacks, a Northeastern University student organization for hackers and makers.
5-
6-
## Local Server
7-
8-
```bash
9-
# 1. build image
10-
docker build -t nuhacks $PWD
11-
# 2. start container for the first time (use `-it` instead of `-p` for process to ocupy terminal)
12-
docker run --rm -it -p 4000:4000 --name nuhacks -v $PWD:/srv/jekyll nuhacks
3+
## Project setup
4+
```
5+
yarn install
136
```
147

15-
## Adding new announcments
16-
Create a new `.md` file that's descriptive of your announcement in `_announcements/`.
17-
18-
If you don't know Markdown, it's super easy to learn! Here's a [link][md-link] to get you started.
8+
### Compiles and hot-reloads for development
9+
```
10+
yarn serve
11+
```
1912

20-
## Adding new mentors
21-
Add the following to `mentors.yml`:
22-
```yml
23-
- name: John Doe
24-
blurb: Stuff John Doe likes.
13+
### Compiles and minifies for production
14+
```
15+
yarn build
2516
```
2617

27-
That's it!
18+
### Run your unit tests
19+
```
20+
yarn test:unit
21+
```
2822

29-
## Adding more useful links
30-
To add a link to the "Useful links" section, modify `links.yml` and add your link in the following format:
31-
```yml
32-
- title: Name of the link to display
33-
url: The actual link
23+
### Lints and fixes files
3424
```
25+
yarn lint
26+
```
27+
28+
### Customize configuration
29+
See [Configuration Reference](https://cli.vuejs.org/config/).

_announcements/hackathons.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)