Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
plibither8 committed Sep 13, 2020
1 parent f71022b commit 5c27f42
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
18 changes: 18 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Copyright (c) 2020, IEEE IIIT Delhi and authors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# [elysium.iiitd.edu.in](https://elysium.iiitd.edu.in)

> Website for IEEE IIIT Delhi's TechWeek: Elysium
## Development

Built using Svelte and Sapper. Requires Node and npm installation. After cloning the repo:

1. `npm install`: Install dependencies

1. `npm run dev`: Start local development server at `localhost:3000`

1. `npm run prod`:
* export the static files to `__sapper__/export`
* optimize images and create WebP versions

1. Final production-ready version is in `__sapper__/export`

## License

[MIT](LICENSE)
2 changes: 1 addition & 1 deletion src/components/sections/timeline.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import { fade } from 'svelte/transition'
import { wait } from '../../utils';
import { wait } from '../../utils'
import timeline from '../../../data/timeline.yml'
import Section from '../section.svelte'
Expand Down

0 comments on commit 5c27f42

Please sign in to comment.